Bug Tracker

Modify

Ticket #12367 (closed bug: invalid)

Opened 10 months ago

Last modified 10 months ago

IE8 change event does not fire

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.0
Keywords: Cc:
Blocking: Blocked by:

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

comment:1 Changed 10 months ago by timmywil

  • Owner set to anonymous
  • Status changed from new to pending

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 10 months ago by anonymous

  • Status changed from pending to new

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

comment:3 Changed 10 months ago by timmywil

  • Status changed from new to closed
  • Resolution set to invalid

Thank you for your quick reply.

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.