I have to replace the st=6 to st=7 using jquery or javascript and update the address bar. I tried using the jquery address plug in but i can relace only the part after the #
Could you please suggest me how do I update the query string before the #. The query string is mentioned below.
http://test.com/search/searchresults?st=6&term=chicken#/?term=chicken&pi=1&ps=10
I dont want to refresh the page on changing the url but need to change the url in the address bar.
Its a bit urgent could you suggest me the solution for this. Thanks.