Opened 11 years ago
Closed 11 years ago
#12367 closed bug (invalid)
IE8 change event does not fire
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
With jQuery 1.8 , live change event does not work for input field
<input type="text" id="testing_input"/>
<script type="text/javascript">
$("#testing_input").live('change',function(){
alert("foo");
})
</script>
Works fine in IE9, CHROME. Does not work in IE8/IE7.
When changed jquery version to 1.7 it works fine in IE8
Change History (3)
comment:1 Changed 11 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
it was a problem with our internal another javascript file. Sorry for posting bug.
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thank you for your quick reply.
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.