Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description
Unexpected call to method or property access in IE8. No error in IE9 or Firefox.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The input element can't contain child elements. Use .val() instead.