Side navigation
#12367 closed bug (invalid)
Opened August 21, 2012 05:37PM UTC
Closed August 21, 2012 06:52PM UTC
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
Attachments (0)
Change History (3)
Changed August 21, 2012 06:17PM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed August 21, 2012 06:51PM UTC by comment:2
status: | pending → new |
---|
it was a problem with our internal another javascript file. Sorry for posting bug.
Changed August 21, 2012 06:52PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Thank you for your quick reply.
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.