[jQuery] Re: Table sorter and pager problem

2009-01-25 Thread jQuery Lover
Put this code before your tableSorter code (if you are not loading your data using ajax call)! If you are loading table data through ajax then put it in an ajax callback function: docs.jquery.com/Ajax Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Tue, Jan 20, 2009

[jQuery] Re: Table sorter and pager problem

2009-01-19 Thread Varun Khatri
Thanks for the reply... But I am using plugin table sorter... where should I put empty text replacer... dint quite get you ? Here is the code: $(.tablesorter) .tablesorter({widthFixed: true, widgets: ['zebra']}) .tablesorterPager({container: $(#pager)}) $(.tablesorter).each(function()

[jQuery] Re: Table sorter and pager problem

2009-01-17 Thread jQuery Lover
You must be loading your page 2 with an ajax call! Add your empty text replacer to the ajax call callback. PS. I haven't checked but I think you can rewrite your jquery code for better performance like this: $(.tablesorter).each(function() { $('tbody tr td', this).each(function() {