Re: [jQuery] Please help - Table sorter does not seem to work

2009-11-15 Thread jarun111
: http://beckelman.net/post/2008/10/24/Checkbox-Parser-and-Bug-Fix-for-jQuery-TableSorter-Plugin.aspx On 14 Lis, 21:28, jarun111 jarun...@gmail.com wrote: Hi, I tried removing the space. Does not work as well : Does tablesorter script have issues with this particular use case? I see the same

Re: [jQuery] Please help - Table sorter does not seem to work

2009-11-14 Thread jarun111
: it thinks they are characters because you seemingly have spaces after the numbers themselves you'll either 1) need to trim off the whitespace in your html 2) write a custom parser to do this On Nov 14, 12:48 am, jarun111 jarun...@gmail.com wrote: Hi, I am trying to sort a table using

[jQuery] Please help - Table sorter does not seem to work

2009-11-13 Thread jarun111
Hi, I am trying to sort a table using jquery table sorter and the no column that I need to sort is not properly sorted. Can you please help on this. They are getting sorted by characters. Code below: HTML HEAD script type=text/javascript src=http://tablesorter.com/jquery-latest.js;/script