I am trying use the jQuery table sorter plugin for a table that is generated using ASP.NET gridview.
For some maddening reason, it works fine in IE but not in Firefox or Chrome. It always seems to sort only on the first column even if you click on other columns.
I have uploaded the generated html (after stripping to the bare minimum while still keeping the ASP.NET ids etc, just in case they could the cause of the problem). Please tale a look at
http://www.reliacap.com/tsorter/tsorter.html
It is self contained except for tablesorter script and style sheet which are in the same folder.
I would appreciate any help.