Description: Add a collection of DOM elements onto the jQuery stack.
jQuery([]) .pushStack( document.getElementsByTagName( "div" ) ) .remove() .end();