jquery-yui3-rosetta-stone icon indicating copy to clipboard operation
jquery-yui3-rosetta-stone copied to clipboard

JQuery clone vs yui cloneNode

Open samueljseay opened this issue 10 years ago • 0 comments

Might be useful to cover these differences

in JQuery its node.clone(withDataAndEvents ) //deep clone is mandatory, data and events optional in YUI it is node.cloneNode(deep) //deep clone optional but deep includes subtree and attributes

samueljseay avatar Jun 03 '14 23:06 samueljseay