Mouseover / mouseout event fix: isMouseLeaveOrEnter


/ Published in: JavaScript
Save to your folder(s)

Usage: onmouseout='if (isMouseLeaveOrEnter(event, this)) YourActionHere();' onmouseover='if (isMouseLeaveOrEnter(event, this)) YourOtherActionHere();'

URL: http://www.dynamic-tools.net/toolbox/isMouseLeaveOrEnter/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.