Skip to content

Instantly share code, notes, and snippets.

@nickboyce
Created April 11, 2012 13:33
Show Gist options
  • Save nickboyce/2359314 to your computer and use it in GitHub Desktop.
Save nickboyce/2359314 to your computer and use it in GitHub Desktop.
$("a").each(function(k,v) {
$(v).click(function() {
// do something here to load the content in dynamically
history.pushState(null, null, $(this).prop("href"));
return false;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment