Query .clone() Creates deep copies of elements query-clone component Query page.js DOM Manipulation Preserves attributes and children but not event handlers (use detach/append for that) ["query","dom","clone","copy","duplicate"] .clone() Example
Categories