Query .clone()Creates deep copies of elementsquery-clonecomponentQuerypage.jsDOM ManipulationPreserves attributes and children but not event handlers (use detach/append for that)["query","dom","clone","copy","duplicate"].clone()Example
Categories