Skip to content

Instantly share code, notes, and snippets.

@m1kc
Created October 3, 2013 11:57
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 m1kc/6808685 to your computer and use it in GitHub Desktop.
Save m1kc/6808685 to your computer and use it in GitHub Desktop.
function getURLParameter(name) {
return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search)||[,""])[1].replace(/\+/g, '%20'))||null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment