I am looking to write a piece of javascript that will append a parameter to the current url and then refresh the page - how can I do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
this should work (not tested!)
|
|||||||||||||||
|
|
Keeping it simple:
We don't have to alter the entire url, just the query string, known as the search attribute of location. |
||||
|
|
More compat version
|
|||
|
|