I am in a page http://www.sample.com/index.php
How can add URL query string.For ex when i click a button URL became http://www.sample.com/index.php?value=10 without page reload.by using jquery ajax function.
I am in a page http://www.sample.com/index.php How can add URL query string.For ex when i click a button URL became http://www.sample.com/index.php?value=10 without page reload.by using jquery ajax function. |
|||||
|
I think you are looking for History API, check out this |
|||||
|
New HTML 5 browsers support the History API (browser support, W3C spec):
In a pre HTML 5 browser you can set the hash tag (browser support, W3C example)
Older browsers that do not support changing of the hash tag cannot use this feature. |
|||
|