Skip to content

Instantly share code, notes, and snippets.

@rodrigo-x
Created October 15, 2012 00:34
Show Gist options
  • Save rodrigo-x/3890287 to your computer and use it in GitHub Desktop.
Save rodrigo-x/3890287 to your computer and use it in GitHub Desktop.
snippet - split url..
var get = location.search.split("?"),
value = get[1].split("=");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment