Skip to content

Instantly share code, notes, and snippets.

@Dzinlife
Last active December 24, 2015 21:09
Show Gist options
  • Save Dzinlife/6863778 to your computer and use it in GitHub Desktop.
Save Dzinlife/6863778 to your computer and use it in GitHub Desktop.
jQuery check hover staue
if($(element).is(':hover')) { do something }
function handler( event ) {
var target = $( event.target );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment