/ Published in: jQuery
this problem happen only on IE
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$("select").mouseleave(function(event) { event.stopPropagation(); });