This will find all descendants: $(this).find('*');

--Erik

On 9/26/07, voltron <[EMAIL PROTECTED]> wrote:
>
>
> I am trying to get all the children of a node, apart from adding
> ".children()" for every generation, is there one call that gets all
> recursively?
>
> this is what I´m doing at the moment
>
> $(this).children().children().removeAttr("name");
>
>

Reply via email to