Hello, I bought your jquery version and so far I'm very satisfied with the product. But I have a problem, I need to change to specific pages at user will after the script as loaded. So far I can reload the website using the urlParam fb3d-page with the page I need. By example (my script it's running at http://localhost/flip/visor.cgi):
http://localhost/flip/visor.cgi?fb3d-page=10 // Takes me to page 10
http://localhost/flip/visor.cgi?fb3d-page=50 // Takes me to page 50
But I was wondering if I can change the page with Jquery or Javascript in such way I can avoid to reload the website every time I need to change the page.
Thank you in advance.
Works amazing! Here's what I'm doing in case somebody it's looking for something similar: