To the best of my knowledge, Christian added a resort method to the most
recent svn. An alternative is to do something like $(".sortUp,
.sortDown").click().click() but that's really ugly.

-- Yehuda

On 11/18/06, Barry Nauta <[EMAIL PROTECTED]> wrote:

Hi all,

I have a table with some editable fields in there. The table is sortable
using
the excellent tablesorting plugin foudn right here:
http://motherrussia.polyester.se/jquery-plugins/tablesorter

The only problem is that when I dynamically change a field in the table,
this
field is not taken into account for sorting. What I would like to do is
something like this (the example below doesn't work, obviously):

$(".sortableTable td").bind ("change", function () {
       $(".sortableTable").reinitialize ();
       //alert ("Change");
});

Anyone knows how to tell the table that the contents have changed?

Barry

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/




--
Yehuda Katz
Web Developer | Wycats Designs
(ph)  718.877.1325
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to