I heard this issue is fixed in jquery 1.4.2 but I am still getting this problem. I am using
"~/Plugins/jquery-1.4.2.js"
I have this
$('#id').live('change', function (e)
{
// do stuff
});
It works in firefox 3.6 but not ie 8.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The change event works perfectly for me in all browsers including IE6+.
Check out the following fiddle http://jsfiddle.net/EsVR3/ .
What element are you using the ‘change’ event on?
Marko