jQuery(this).attr("id","newId");
On Jan 12, 10:15 am, "Sloan Thrasher" <[email protected]> wrote: > Hi, > > I've got a table where I'm adding rows using clone and appendTo. After > cloning, I need to change the ID of elements in the cloned HTML. > > How can I do that? > > Sloan

