cloning objects and changing its attributes dynamically
Hi,
i have a simple form and inside form i have two drop downs and a button.
Now when a button is clicked the whole tr (which hold tree td's) needsto be cloned below the first tr.
My Requirements
:-
What i want is to change the id's attribute of the each drop down and button of the new cloned tr.
i know clone is used to clone an element and i have been able to clone the objects, But stuck in the way to change id's of the new created elements.
Looking for someone to help me.
Thanks in advance.