I want to add query string to URL without refreshing page using Jquery. Is it possible?
I don't want to use #.
sample:
after appending query string
http://test.com/prodcuts?name=abc.
I don't like below URL.
asked Apr 28, 2014 at 23:22
1 Answer 1
Take a look to this: http://benalman.com/projects/jquery-hashchange-plugin/ You can see some examples.
answered Apr 28, 2014 at 23:28
Sign up to request clarification or add additional context in comments.
Comments
lang-js