Copy
Copy in jquery is used to make a duplicate copy of the selected elements. Property of copy is as follows:
Clone: $(selector).clone(includeEvents)
The .clone() method is used to make duplicate copies of the selected elements.