Select from following answers:- .copy()
- .create()
- .clone()
- .createCopy()
- All Above
'.clone()' is the JQuery function used to create a copy set of matched elements.
this function copies the including all of their descent elements as well as text nodes.
Show Correct Answer
Asked In: Spotted while Learning |
Alert Moderator