> $("#claims").clone().siblings(".contact").val("").appendTo("#ap")
> and that give me an error.

You didn't mention the error message or browser, that could help. I did
notice you are cloning an element that has an id on it and inserting a
duplicate id elsewhere in the tree. I think IE lets you get away with it but
makes you pay later when getElementById unexpectedly returns a NodeList. I
don't recall what FF does, but it's probably not what you want in any case.
Maybe you can add .id("#claims2") into the chain?



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to