Last I checked "*sym link*" wasn't a number. ;-) aquaone
On Thu, Jul 16, 2009 at 09:51, Ian Stokes-Rees <ijsto...@alumni.uwaterloo.ca > wrote: > > tablesorter isn't sorting numbers correctly. I have the latest jQuery > (1.3.2) and tablesorter (2.0.3). > > from http://abitibi.sbgrid.org/: > > <script type="text/javascript" src="/js/jquery-latest.min.js"></ > script> > <script type="text/javascript" src="/js/ > jquery.tablesorter.min.js"></script> > > I am turning on tablesorter on *all* tables using: > > $(document).ready(function() { > $("table").tablesorter(); > }); > > Then my tables have no other class or id attributes. I simply use > thead/tbody and th elements. > > You can see an example here: > > http://abitibi.sbgrid.org/cgi/du.py/opt/osg-local > > Suggestions regarding how to correct this would be greatly > appreciated. > > Ian >