Ok I have four parameters in the url
xxx.html?p1=something&p2=else&p3=here&p4=too
And I have five different options for each p parameters. Now I’d need to change each parameter with on click event.
I can’t use normal href since there are four different and independent variables. So I’d need jquery to search for right parameter and change it accordingly with on click
Thank you all!
With this jQuery plugin you can do simply this:
I hope that this helps.