Re: [jQuery] Help with dynamicaly created table

2010-01-02 Thread aquaone
You need to trigger the update event for the table for tablesorter to rebuild the cache. At the bottom of your .delete_button click function, add $("#shop_list").update(); and it should fix your problems. For more information, please see http://tablesorter.com/docs/example-ajax.html. aquaone On

[jQuery] Help with dynamicaly created table

2010-01-02 Thread Jahvi
Hi, Im currently using the tablesorter plugin to style a table im using, the code is the following: $(document).ready(function(){ $("#shop_list") .tablesorter({widthFixed: true, widgets: ['zebra'], headers: { 2: {