[jQuery] Re: cloning ajax

2009-06-18 Thread Peter Marino
Hi, I have resolved the problem.. I did use the clone( true ) at first when I create a default template of what I want to clone then I clone() the template to be used by the user... and believe it or not I actually forgot to set the last clone to clone( true ) so this was my bad, sorry Peter On W

[jQuery] Re: cloning ajax

2009-06-17 Thread James
It's possible that when you clone the form, you're also cloning all the ID attributes that may be associated with the form or form fields. Remember that a HTML document can only have unique IDs. Otherwise, there will be conflicts, especially with Javascript coding. On Jun 16, 8:24 pm, Peter Marin