Created
June 7, 2016 19:43
-
-
Save felipegenuino/270f9019623721fb6d174c1d96112ee9 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
$(function() { | |
$(".links").click(function(e) { | |
$("section").removeClass("animated bounceInDown"); | |
$("section").addClass("animated bounceOutUp"); | |
$('body').prepend("<div class='carregando'><h2 class='thin fade animated'><span class='icon-spin2 animate-spin thin'></span> Carregando... </h2> </div>"); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment