jQuery.clone Method (bool)
Create a deep copy of the set of matched elements.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public jQuery clone(bool withDataAndEvents)
Parameters
withDataAndEvents
Type: System.Boolean
Return Value
Type: SharpKit.jQuery.jQuery
|