Bug Tracker

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 timmywil

Owner: set to anonymous
Status: newpending

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.

comment:2 Changed 11 years ago by anonymous

Status: pendingnew

it was a problem with our internal another javascript file. Sorry for posting bug.

comment:3 Changed 11 years ago by timmywil

Resolution: invalid
Status: newclosed

Thank you for your quick reply.

Note: See TracTickets for help on using tickets.