We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Takes the passed URL, or the current browser URL and returns an object of query string parameters
{ param1: 'param1value', param2: 'param2value' }
var params = turnQueryStringToObject();
http://stevenbenner.com/2010/03/javascript-regex-trick-parse-a-query-string-into-an-object/