jquery pagination: 2 on page, how to cross-control? [Solved]
I am installing pagination on another developer's ecommerce site.
jQuery pagination plugin is super cool and fun to set up, it is working great, showing grouped rows of a table, here
http://www.ecgolfsales.com/products/lad ... es_mre.cfm
Now the client wants another set of pagination links at the foot of the page.
No problem... I have it auto-created using clone()
BUT - clicking set 2 on one menu does not advance the links on the other.
How can I tweak either my in-page jquery code, or the plugin code, so that clicking any link on either of the pagination menus triggers the same link on the other one?