Skip to content

Instantly share code, notes, and snippets.

@trosage
Created October 1, 2012 23:58
Show Gist options
  • Save trosage/3815291 to your computer and use it in GitHub Desktop.
Save trosage/3815291 to your computer and use it in GitHub Desktop.
.on("click", ".logo", function() {
$(this).removeClass("mtf-inactive");
$(this).addClass("mtf-active");
$(".global-breadcrumbs").animate({
top: -70
}, 300, function(){
$(".global-message").show();
$(".global-message").animate({
top: "68px",
opacity: 1
}, 300);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment