I want to add some GET parameters to the page URL. I am loading content like this:
$("#content").load("shop.pl #content .product", $.param({categ:1)}));
How can I change the URL to have the same parameter ?categ=1?
I want to add some GET parameters to the page URL. I am loading content like this:
$("#content").load("shop.pl #content .product", $.param({categ:1)}));
How can I change the URL to have the same parameter ?categ=1?