Skip to content

Instantly share code, notes, and snippets.

@joshdcomp
Created March 19, 2014 20:42
Show Gist options
  • Save joshdcomp/9650743 to your computer and use it in GitHub Desktop.
Save joshdcomp/9650743 to your computer and use it in GitHub Desktop.
$('.notification_queue').on(
{
mouseenter: function(e){
tooltipHandler.toggle(e);
},
mouseleave: function(e){
tooltipHandler.toggle(e);
}
},
'.notification_actions i'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment