[jQuery] Re: tablesorter and pager: How to modify table cells in cache?

2009-06-26 Thread paulhagstrom
rter http://github.com/paulhagstrom/tablesorter-enhancements/tree/master Maybe you can find a clue there as to how to access the cache from outside. On Jun 26, 5:46 am, Darren Brierton wrote: > The things is $('#my_table').cache was the first thing I tried, but I > just get 'undefi

[jQuery] Re: tablesorter and pager: How to modify table cells in cache?

2009-06-25 Thread paulhagstrom
I worked on something related to this like a year ago, I don't remember all that much about what I did. However, looking back at the code: What I was trying to do was inject an entire row into the cache (not modify the rows) (after which I resorted). I built it basically on the model of appendToC