MouseOut and MouseLeave
August 6, 2010 Leave a Comment
These are the 2 different events for mouse out. Although they both works same except mouse leave handles event bubbling. I was confused to see that when I have div with nested div(s) inside master div, mouse out event was not working when it hovers nested div. Mouse Leave event handles this problem and works perfectly. I tested on IE 6 too and it works fine.
Advertisement