Side navigation
#11391 closed bug (invalid)
Opened February 25, 2012 03:08PM UTC
Closed February 25, 2012 03:27PM UTC
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.
Attachments (0)
Change History (1)
Changed February 25, 2012 03:27PM UTC by comment:1
| component: | unfiled → manipulation |
|---|---|
| priority: | undecided → low |
| resolution: | → invalid |
| status: | new → closed |
The input element can't contain child elements. Use .val() instead.