Hi
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.
Hi
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.
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