Skip to content

Instantly share code, notes, and snippets.

@Maciek416
Created August 3, 2011 14:56
Show Gist options
  • Save Maciek416/1122832 to your computer and use it in GitHub Desktop.
Save Maciek416/1122832 to your computer and use it in GitHub Desktop.
_(document.location.search.substr(1).split("&")).map(function(pair){ return { param: pair.split("=")[0], value: pair.split("=")[1] }; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment