how to fire mouseleave when the mouse leaves 2 divs using jquery
i have 2 divs next to each other i want mouseleave to fire when the mouse leaves the 2 divs not when it lea开发者_如何学Cves one of them.
how can i do that using jquery?
Cheers
You could surround the two divs with another div and catch the mouseleave on that.
精彩评论