Re: [jQuery] Re: tablesorter line numbers

2010-01-26 Thread aquaone
It'd be cleaner to have this a widget. For the direct matter, give your row a class, remove rows of that class, then append it again as part of the function. aquaone On Mon, Jan 25, 2010 at 19:59, jay wrote: > Is there any way to get the following code to refresh after every > sort? > > The <

[jQuery] Re: tablesorter line numbers

2010-01-25 Thread jay
Is there any way to get the following code to refresh after every sort? The < $("#myTable").each(function(){ > numbers it, and if I replace it with < $("#myTable").bind("sortEnd",function(){ > it just adds a new numbered row after every sort (three sorts gets you three columns of numbers). -