How about .children() ?

For example:

$('tr').children()

That, and much, much more, can be found at http://docs.jquery.com/Selectors


--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Jan 24, 2009, at 5:20 PM, ChrisA wrote:


 I need to run thru a table and do something for all rows that have a
checkbox that is selected.  I have to collect values from several
columns in that row.

 Is there a way in jQuery to find child elements for a specific DOM
element or jQuery wrapped set item?

 Thanks very much.  I'm just getting started, but really enjoying
jQuery,

-- Chris

Reply via email to