JQuery: Change URL param without reloading? -


i have question, possible change url via jquery under following conditions:

  • same url load on browser , on reloads
  • page doesn't reload when change parameter

if wanna prevent page reloading you'll have use hash "#"

and if wanna change url try that:

jquery.param.querystring(window.location.href, 'valuea=321&valueb=123'); 

this return following url:

http://bla.com/test.html?valuea=321&valueb=123


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -