[jQuery] blur FireFox/IE
[jQuery] blur FireFox/IE
Hi, i'm trying to do a function on blur event, it works on Firefox but
not on IE. what's the reason?
I just do this:
$('.down_menu.show').livequery('blur', function(){
$(this).removeClass('show');
});
Maybe i should precise i'm using jquery 1.2.1