Giu
Member since Jan 26, 2012
- Profile: /members/9536-giu.htm
- Comments: 1
Recent Blog Comments By Giu
-
jQuery Events: MouseOver / MouseOut vs. MouseEnter / MouseLeave
Posted on Jan 26, 2012 at 12:44 PM
I like it! But I would like to use it to open a modal window (which is calling an iframe actually), and close the modal on the mouseleave event. $( "#outer-hover" ).hover( function(){ console.log( "mouseEnter" ); showDialog(); }, function(){ console.log( "mouseLeave" )... read more »