Return to Snippet

Revision: 36266
at November 20, 2010 02:49 by crispunk


Initial Code
$("select").mouseleave(function(event) { event.stopPropagation(); });

Initial URL


Initial Description
this problem happen only on IE

Initial Title
combo box leave event

Initial Tags
ie, jquery

Initial Language
jQuery