DOM Cookbook

TOC


// clones a node
Node.cloneNode()

document.createRange()

RangeInstance.createContextualFragment()