Opened 11 years ago
Closed 11 years ago
#11391 closed bug (invalid)
IE8 error when calling .html() on input element
Reported by: | alec | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | manipulation | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Unexpected call to method or property access in IE8. No error in IE9 or Firefox.
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → manipulation |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The input element can't contain child elements. Use .val() instead.