[jQuery] Tablesorter 2.0.1 with pagination plugin trigger("update") problem.

2008-01-11 Thread dr.ew
I seem to be losing all the data on any page not currently being shown if I do a $("table").trigger("update"); I'm trying to remove a row then do the update (if not it just comes back when you sort or change page) I'm also trying to replace a row after I know it's value has changed then do an up

[jQuery] Re: Tablesorter 2.0.1 removing rows and resorting

2008-01-11 Thread dr.ew
Are you using pagination? I'm having an issue with running $ ("table").trigger("update"); It destroys all the data that isn't showing. On Dec 4 2007, 9:31 am, Adam Kroll <[EMAIL PROTECTED]> wrote: > Figured my problem out. I placed in the wrong place in my code. > Happy to say it works perfectly