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.

asked Apr 28, 2014 at 23:22

1 Answer 1

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

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.