/ Published in: jQuery
this problem happen only on IE
Expand |
Embed | Plain Text
$("select").mouseleave(function(event) { event.stopPropagation(); });
You need to login to post a comment.
crispunk on 11/20/10
1 person have marked this snippet as a favorite
this problem happen only on IE
$("select").mouseleave(function(event) { event.stopPropagation(); });
You need to login to post a comment.