Skip to content

Instantly share code, notes, and snippets.

@zavod008
Created October 2, 2016 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zavod008/581967e3a0f6828dccf55d70a717ae90 to your computer and use it in GitHub Desktop.
Save zavod008/581967e3a0f6828dccf55d70a717ae90 to your computer and use it in GitHub Desktop.
$('.').hover(function(){
$(this).addClass('pulse animated');
}, function(){
$(this).removeClass('pulse animated');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment