[jQuery] tablesorter and pager: How to modify table cells in cache?
I'm using tablesorter with the pager plugin. The last cell of each row
in the table contains a checkbox. The user should not be allowed to
check more than 10 rows (out of several hundred); once ten checkboxes
are checked I want to make all the others disabled. Now if I wasn't
using the pager plugin this would be simplicity itself; using the
pager plugin it is still simple to disable all the unchecked
checkboxes currently displayed. But how do I access the rows of the
table that are cached by the tablesorter plugin that are not currently
in the DOM? I'm sure it is quite easy, I just can't seem to figure out
how to access the cached table. I assume that once I can access the
cache I can disable the checkboxes just as I would the ones on the
page (and I also assume that I still have to separately disable the
ones on the page as well as the ones in the cache). Can anyone
enlighten me?
Thanks in advance.
Best, Darren