Bug Tracker

Modify

Ticket #11391 (closed bug: invalid)

Opened 15 months ago

Last modified 15 months ago

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.

 http://jsfiddle.net/svGdJ/

Change History

comment:1 Changed 15 months ago by sindresorhus

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to manipulation

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.