clone
UK[kləʊn] US[kloʊn]
n. (of animals and plants) cloning; asexual reproduction line; replicating people (or animals and plants) ; (not thinking) a person who acts mechanically, a robot
vt.& vi. copy; clone, (make something) reproduce asexually; cultivate... into pure cells
jquery clone() method syntax
Function:The clone() method generates a copy of the selected element, including child nodes, text and attributes.
Syntax:$(selector).clone(includeEvents)
Parameters:
Parameters | Description |
includeEvents | Optional. Boolean value. Specifies whether all event handling of the element is copied. By default, event handlers are not included in the replica. |