Same as CSS.

table.className

Adrian

> -----Original Message-----
> From: Paul Ihrig [mailto:pih...@gmail.com]
> Sent: 11 May 2009 20:23
> To: cf-talk
> Subject: Re: table display: row number. without recordset
> 
> 
> how would i target my tables with a  class="tablesorterXP"
> but not any other table classes?
> 
> i tried
> $(".tablesorterXP table tbody tr").each( function(i) {
>    $("td", $(this)).eq(0).html(i+1);
>  });
> 
> 
> Thanks BTW this is just what i was looking for.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322385
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to