Is it possible to re-write URL without reloading the page via jQuery/Javascript?
Let's say you have the following URL:
http://stackoverflow.com/questions/ask
can we append the value: /pId=XYZ
So you can get
http://stackoverflow.com/questions/ask/pId=XYZ
Is this possible?