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

2009-06-26 Thread paulhagstrom
Yeah, that's almost certainly why I opted to tinker with the actual tablesorter Javascript, I remember having that same trouble. I'm not enough of a Javascripter to know quite what went wrong. If you want to see what I did, you can take a look at the additions I made to tablesorter http://github

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

2009-06-26 Thread Darren Brierton
The things is $('#my_table').cache was the first thing I tried, but I just get 'undefined' for that ... On Jun 25, 11:10 pm, paulhagstrom wrote: > 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

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

2009-06-26 Thread Darren Brierton
http://rolexrankings.com/en/rankings/?help It went live last night. I'll be rolling out a bunch of updates over the next couple of weeks. At the moment I already do something very much like your worst case. Once you've checked the tenth checkbox the remaining unchecked checkboxes on the page you'

[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

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

2009-06-25 Thread Lee R Lemon III
Do you have this working somewhere I can look at I have some ideas, but not sure... Worst case if you can not find the cached rows you could just create a javascript array of the choosen row when they click the check box then refer to your own array On Jun 25, 11:23 am, Darren Brierton