Skip to content

Instantly share code, notes, and snippets.

@paulss
Created September 7, 2012 14:17
Show Gist options
  • Select an option

  • Save paulss/3666590 to your computer and use it in GitHub Desktop.

Select an option

Save paulss/3666590 to your computer and use it in GitHub Desktop.
jQuery on hover/mouseenter/mouseleave
$('a.help').on({
mouseenter: function() {
}, mouseleave: function() {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment