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

Reply via email to