Created
May 29, 2014 01:32
-
-
Save jasonglisson/2f09c5a710a6d937037f to your computer and use it in GitHub Desktop.
Getting a hashed parameter from the URL
From http://www.etechbuddy.com/blog/8-useful-jquery-snippets-url%E2%80%99s-querystrings.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Get # parameter | |
var param = document.URL.split('#')[1]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment