Hi, I am attaching a mouseout event to a div and i want to hide the div when the mouse if removed from it. However, the mouseout function gets called even when i mouse my mouse from one element to another within the div.For example,
<div> <img></img> <p></p> </div> So somehow the div doesnt stay on the screen when i move the mouse around within it. I searched a little on it and its called event bubbling. How can we handle this in Jquery ? Does anyone have any suggestions??