Andy - I think you need to use "th" tags in the header row, rather than "td".  
Give that a try.

-- Josh
  ----- Original Message ----- 
  From: Andy Matthews 
  To: [jQuery] 
  Sent: Tuesday, September 11, 2007 12:27 PM
  Subject: [jQuery] tablesorter plugin not working...


  I've tried it with multiple versions of jQuery including 1.1.3, 1.1.4, and 
1.2, even referencing the jQuery file living on the tablesorter website. In IE 
nothing happens, no errors, but no worky. In Firefox, I get an error in the 
tablesorter plugin:

  r[row] has no properties
  
http://localhost/dealerskins/wwwroot/ds2/includes/scripts/jquery.tablesorter.unpacked.js
  Line 293

  Here's a snippet of my code:

  jQuery:
  $('#leadsTable').tablesorter();

  HTML:
        <table id="leadsTable">
        <thead>
         <tr><td class="leadName">Customer Name</td></tr>
        </thead>
        <tbody>
         <tr><td class="leadName">Vic Acevedo</td></tr>
         <tr><td class="leadName">Adrian Adame</td></tr>
         <tr><td class="leadName">Edgar Aguilar</td></tr>
         <tr><td class="leadName">Terri Alexander</td></tr>
         <tr><td class="leadName">Jane Alford</td></tr>
        </tbody>
        </table>

  ____________________________________

  Andy Matthews
  Senior ColdFusion Developer

  Office:  877.707.5467 x747
  Direct:  615.627.9747
  Fax:  615.467.6249
  [EMAIL PROTECTED]
  www.dealerskins.com

<<dealerskinslogo.bmp>>

Reply via email to