I am using the jquery tablesorter plugin and applies it to a table with id : #table
my search facility requests for results via ajax and replaces the table with a new table of the same id
if my code is like this :
$('#table').tablesorter();
what do I add to apply to make the plugin work on the new table? (I know of jquery's live event, but how do I use that in this case?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…