Skip to content

Instantly share code, notes, and snippets.

@paulmkoch
Created May 15, 2014 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulmkoch/793f0c24ac2449d0c4b4 to your computer and use it in GitHub Desktop.
Save paulmkoch/793f0c24ac2449d0c4b4 to your computer and use it in GitHub Desktop.
URL with hash
function() {
var urlWithHash = location.pathname + location.search + location.hash;
return urlWithHash;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment