[jQuery] selector for children of specific element?

[jQuery] selector for children of specific element?


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