On 11 sep, 15:19, Renaud <[EMAIL PROTECTED]> wrote:

> --<snip>--
>
> $('#carselection').clone().find("[EMAIL PROTECTED]").andSelf()
>     .each(function() {
>         $(this).attr("id", $(this).attr("id") + '_clone')
>     }).end().end().appendTo('#allcars');
>
> --</snip>--

Btw, that requires jquery 1.2 (andSelf), and '[EMAIL PROTECTED]' can be turned
into '[id]' then.

Regards,
Renaud Drousies

Reply via email to