Hi,

Try upgrading to the latest version, this issue should be fixed.

The latest version is available here:
http://jquery.com/dev/svn/trunk/plugins/tablesorter/jquery.tablesorter.js?format=raw

/christian



Rafael Santos wrote:
> hey, i'd like to know if i'm doing something wrong. Check this:
> 
> <table>
> <thead>
> <tr>
>  <td>1</td>
>  <td>2</td>
> </tr>
> </thead>
> <tbody>
> <tr>
>  <td>1</td>
>  <td>2</td>
> </tr>
> </tbody>
> <tfoot>
>  <tr>
>     <td colspan="2">products found: #que.recordCount#</td>
>   </tr>
> </tfoot>
> </table>
> 
> When i try to sort it, firebug tells me:
> 
> tbl.sorter.js (line 292) : o has no properties
>  return o.innerHTML;
> 
> I realise that if i remove the colspan it works fine...
> So i shouldnt this attribute?
> 

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to