Here's a simple little script that I have:

$("[EMAIL PROTECTED]").change(function(){
     console.log($(this).attr('id'));
})

I'm using Firefox 2.0 and when I select a value from the Firefox
autocomplete list then tab to the next field the event is not trigger.  If I
enter a new value then the event is trigger. Does anyone have a solution for
this?
-- 
View this message in context: 
http://www.nabble.com/onchange-in-Firefox-tf3119336.html#a8642144
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to