Skip to main content

Bug Tracker

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.

http://jsfiddle.net/svGdJ/

Attachments (0)
Change History (1)

Changed February 25, 2012 03:27PM UTC by sindresorhus comment:1

component: unfiledmanipulation
priority: undecidedlow
resolution: → invalid
status: newclosed

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