Try using the xml entity for the period http://www.ascii.cl/htmlcodes.htm
On Mon, Nov 23, 2009 at 23:25, Erik Beeson <erik.bee...@gmail.com> wrote: > Could you provide a sample of the jQuery code that's giving you a problem? > > --Erik > > > > On Mon, Nov 23, 2009 at 2:05 PM, Kartezhnik <kartezh...@gmail.com> wrote: > >> Spend days trying to figure out why my sorting didn't. Two columns >> just refused to get sorted. Finally, decided to manually enter the >> data into the columns and amazingly, that fixed it. I was able to >> single out items what had ".NET" in front of them, which worked after >> I removed the dots. >> >> To recreate the problem add an item with a leading dot (period) to any >> column beyond the first one. >> >> Example table: >> >> <table cellspacing="1" class="tablesorter" id="grdTest"> >> <thead> >> <tr> >> <th>Name</th> >> <th>Major</th> >> <th>Sex</th> >> </tr> >> </thead> >> <tbody> >> <tr> >> <td>Student01</td> >> <td>.NET Languages</td> >> <td>male</td> >> </tr> >> <tr> >> <td>Student02</td> >> <td>Mathematics</td> >> <td>female</td> >> </tr> >> <tr> >> <td>Student03</td> >> <td>Languages</td> >> <td>male</td> >> </tr> >> </table> >> >> -- >> >> 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<jquery-dev%2bunsubscr...@googlegroups.com> >> . >> For more options, visit this group at >> http://groups.google.com/group/jquery-dev?hl=en. >> >> >> > -- > 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<jquery-dev%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/jquery-dev?hl=en. > -- Samer Ziadeh www.samerziadeh.com "Let It Be" -- 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.