[jQuery] iterating over child elements

[jQuery] iterating over child elements

Hi,
If I find a DIV, through a call
var parentDiv = $(this).parents("div:first");
How do I iterate over the child elements of what I found? Better yet, is there a way to print out the child elements and their ID's in one fell swoop?
Thanks, - Dave
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/