updating source code with ajax

updating source code with ajax

Hi,
I have a question concerning the updating of the html code after an ajax request to the server. I have a table with some data retrieved from the server, according to a value selected from a select box.
The table is regulated with the tableSorter plugin, and this works correctly. But if i add the pager plugin, it doesn't work correctly, showing me the default values, i.e. the values in the base html document (not updated with the ajax calls), or, if i cut off these values, it does not work properly not dividing the values in to different pages.
How can I do to attach the pager plugin correctly to the loaded values?

Thanks in advance.