SyntaxFix
Write A Post
Hire A Developer
Questions
$(document).hover(function(e) { alert(e.type === 'mouseenter' ? 'enter' : 'leave'); });