A set of Javascript functions that can be used to modify the query string and hyperlinks on the current page.
The Javascript Query String functions provide the following capabilities:
- Add a Query String Parameter and value
- Check if a Query String parameter exists
- Remove a parameter from the current url
- Get the value of a specific parameter from the query string of the current page.
- Get an array of all query string parameters and values.
- Strip all parameters from the current url
- Add query string parameters to all hyperlinks on the current page that point to a page on the same website.
0 comments
Post a Comment