Skip to content

Instantly share code, notes, and snippets.

@eddy8
Created January 18, 2017 00:54
Show Gist options
  • Save eddy8/25bc92f225c22b6f072c81c1b4a5aa4a to your computer and use it in GitHub Desktop.
Save eddy8/25bc92f225c22b6f072c81c1b4a5aa4a to your computer and use it in GitHub Desktop.
function getURLParameter(name) {
return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search) || [null, ''])[1].replace(/\+/g, '%20')) || null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment