 |
javascript - Get escaped URL parameter - Stack Overflow
What you really want is the jQuery URL Parser plugin. With this plugin, getting the value of a specific URL parameter (for the current URL) looks like this: $.url().param('foo'); If you want an object with parameter names as keys and parameter values as v
stackoverflow.com |
 |