Created
October 2, 2016 00:18
-
-
Save zavod008/581967e3a0f6828dccf55d70a717ae90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.').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