npm install dom-helperdom-helper
===========
A simple util lib for fast DOM operations.
Remove an element and provide a function that inserts it into its original position
Recommended by the Google JS speed guide
@param __element__ {Element} The element to be temporarily removed
@return __callback__ {Function} A function that inserts the element into its original position
fastest possible way to destroy all sub nodes (aka childs)
@param __element__ {DOM Node} The element for which all childs should be removed