I can’t seem to find any detailed documentation on getParameterByName(). I’ve searched Mozilla, Google, and here. Am I missing something?
I can’t seem to find any detailed documentation on getParameterByName(). I’ve searched Mozilla, Google,
Share
There is no builtin function with this name.
Have a look at How can I get query string values in JavaScript? though – maybe that’s the function you are looking for. It returns the querystring parameter with a given name.