I cannot seem to get jPaginate (http://web.enavu.com/js/jquery/jpaginate-jquery-pagination-system-plugin/) to play nicely with a sorting plugin I got from http://net.tutsplus.com/tutorials/javascript-ajax/sorting-values-with-javascript/. I've been banging my head for hours. The issue is that if I want to sort items I have to show all items, remove my pagination ul, and reinstantiate jPaginate so that page 1 shows the first 16 globally sorted items, page 2 shows the second 16 sorted items, etc. Otherwise I get items 1-16 sorted within themselves on page 1, then items 17-32 sorted within themselves on page 2, etc. Unfortunately, if I reinstantiate jPaginate, the Next and Previous buttons no longer always work.
The page in question is http://www.alkemiejewelry.com/collections/bangles and I've created a simplified jsfiddle copy at http://jsfiddle.net/TDBSB/3/. Try clicking "Price" to sort by Price and then click "Next". Notice how everything disappears.
Any suggestions?