Hello
i have 2 divs next to each other i want mouseleave to fire when the mouse leaves the 2 divs not when it leaves one of them.
how can i do that using jquery?
Cheers
Hello
i have 2 divs next to each other i want mouseleave to fire when the mouse leaves the 2 divs not when it leaves 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.