Skip to content

Instantly share code, notes, and snippets.

@cbuchler
Created January 11, 2013 00:06
Show Gist options
  • Save cbuchler/4506879 to your computer and use it in GitHub Desktop.
Save cbuchler/4506879 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$('#slideX a').click(function(){
$('div#th-nav').animate({
marginLeft:"19%"
}, options, 200, complete:function(){
window.alert("X!");
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment