 |
Using jQuery to Parse a URL | kevinleary.net
Hi Dementiev, You could achieve this with a page redirect: var current_url = window.location.href; window.location = current_url + "?jennings=Brandon"; I don't believe it is possible to set a parameter without refreshing the page. I have seen people load
www.kevinleary.net |
 |