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/