jquery :first selector loop problem

Posted by Ray on Stack Overflow See other posts from Stack Overflow or by Ray
Published on 2010-06-11T17:41:58Z Indexed on 2010/06/11 17:42 UTC
Read the original article Hit count: 171

Filed under:
|
|
|
|

$(".wrap table tr:first").addClass("tr-top");

it works for the first table, but i have many tables under the div .wrap. what should i do? thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about loop