LiveFragment

LiveFragment is a transparent container that allows manipulating a group of contiguous sibling DOM nodes as if they were in a real container node. It is kind of like DocumentFragment, except it manipulates nodes inside their actual parent node.

Links