3

I want to add query string to URL without refreshing page using Jquery. Is it possible?

I don't want to use #.

sample:

http://test.com/prodcuts

after appending query string

http://test.com/prodcuts?name=abc.

I don't like below URL.

http://test.com/prodcuts#?name=abc.

1 Answer 1

1

Take a look to this: http://benalman.com/projects/jquery-hashchange-plugin/ You can see some examples.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.