0
I list the products via a querystring as in the example: "{meusite? pg=1}"
I saw that on the site of the American and Walmart they make a pagination similar to mine, but without reloading the rest of the page.
How do I implement this on my website ?
You will have to use ajax every other page request, I will leave a list with demonstrations for you to follow. http://www.jqueryrain.com/2012/04/best-ajax-jquery-pagination-plugin-tutorial-with-example-demo/
– Caique Reis