thanx will it give me different div id's? so that i may find any child element on it's parent's div id. like $('#parent').child(0) to get 1st div child and $("#parent1").child(0) will give me cloned div's first child.
how can i differentiate between these divs? thanx On Jan 2, 12:43 am, Šime Vidas <sime.vi...@gmail.com> wrote: > $("#parentdiv").clone(true).insertAfter("#parentdiv");