Hi - I would like to pass pagination variables via POST using AJAX, as opposed to the URL segments. I.e. I do not want the page to have to reload to get the next page.
It’s easy enough using jQuery to grab the P1, P2, etc. numbers, but I don’t know how to use them on the entries page. How do I specify a page number if it’s not a segment in the URL?
Thanks,
Carlos