How do I parse URL parameters in JavaScript? (These are the parameters I would ordinarily call GET parameters or CGI parameters, but in this case the page is basically subm
I found this useful for simple url parsing, modifying url (like adding new query params): https://github.com/derek-watson/jsUri