Skip to content

Instantly share code, notes, and snippets.

@felipegenuino
Created June 7, 2016 19:43
Show Gist options
  • Save felipegenuino/270f9019623721fb6d174c1d96112ee9 to your computer and use it in GitHub Desktop.
Save felipegenuino/270f9019623721fb6d174c1d96112ee9 to your computer and use it in GitHub Desktop.
$(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