[jQuery] hover() mouseout bug in rev 165
This code is not calling the mouseout function in firefox or IE
according to my tests:
$("li").hover(
function(){$(this).addClass("active");},
function(){$(this).removeClass("active");}
);
--
Best Regards,
Nate Wienert
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/