.clone( [withDataAndEvents ] )Returns: jQuery
Description: Create a deep copy of the set of matched elements.
-
version added: 1.0.clone( [withDataAndEvents ] )
- withDataAndEvents (default:
false
)Type: BooleanA Boolean indicating whether event handlers should be copied along with the elements. As of jQuery 1.4, element data will be copied
-