> Spend days trying to figure out why my sorting didn't. ... I was able to
> single out items what had ".NET" in front of them, which worked after
> I removed the dots.

Sounds like you're using the Tablesorter plugin. This group is for
discussing the development of jQuery itself, not plugin help, so you'd
be better off in the jQuery-en main group.

As to the actual problem, I think it's seeing the leading period and
expecting a number. From what I know about Tablesorter, you should be
able to specify the sort type as text using the headers option.
There's an example of its use in the docs:

http://tablesorter.com/docs/example-parsers.html

You don't need to define your own parser, just make sure it uses the
one you want which in this case I think is "text".

--

You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to