Skip to content

Instantly share code, notes, and snippets.

@plbabin
Created August 19, 2010 02:47
Show Gist options
  • Save plbabin/536862 to your computer and use it in GitHub Desktop.
Save plbabin/536862 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$(document.body).delegate('a[href="#"]','click',function(e){
return false;
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment