I am working on ASP .Net MVC 3 application. I am using the table sorter plugin along with the pager plugin for loading my list. All my event (I am not using Jquery live but just click event for Edit and Delete button) is working fine in the first page but it is not working in the next page.
Any information on how to resolve this is much appreciated.
Thanks,
Raja
The pager plugin doesn’t hide the non-visible table rows, it completely removes them from the table.
So you have two options:
removeRowsoption tofalse– the only problem with using this option is that large tables will sort much slower.