Skip to content

Instantly share code, notes, and snippets.

@BorjaL
Created October 27, 2016 15:14
Show Gist options
  • Save BorjaL/6d7e0474a3e58317b13f909d3e144df8 to your computer and use it in GitHub Desktop.
Save BorjaL/6d7e0474a3e58317b13f909d3e144df8 to your computer and use it in GitHub Desktop.
function loadUrl(linkElement){
var targetUrl = linkElement.attr('href'),
targetTitle = linkElement.attr('title');
window.history.pushState({url: "" + targetUrl + ""}, targetTitle, targetUrl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment