I've tried two methods for having the tablesorter plugin
(tablesorter.com) sort as digits:

1) Inline:

<table id="teams_table" class="tablesorter {sorter: 'digit'}"
border="1" rules="all" frame="box" cellpadding="2">

2) In my jquery file:

$("#teams_table").tablesorter({
    sortList: [[3,1],[6,1],[4,1],[9,1],[7,1]],
    sorter: 'digit'
  });

Both methods work fine on my local Mongrel server, but neither work
when pushed out to Heroku.  The console shows no errors.  If anyone
has an idea, I'd appreciate hearing it.

--

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