Updating jQuery Tablesorter plugin after removing a row from DOM
问题 I have some code at the moment that hides a row that is deleted and then removes it using the .remove() function. However I\'m having difficulty is making it remain \"deleted\" as every time I refresh the table sorted pager plugin or the filter plugin addon I\'m using.. the deleted rows re-appear as they are of course cached. Current code just simple with widget update at the moment $(\'.deleteMAP\').live(\"click\", function(){ $(this).closest(\'tr\').css(\'fast\', function() { $(this).remove