DOM.Insert.Top
This provides an easy way to add arbitrary HTML as the first child of a given element in the DOM.
This takes in its constructor an element and content to be inserted. It will insert the content as the first child of element.
// Assume someElement is a <UL>
new DOM.Insert.Top( someElement, '<li id=4>Value</li>' );
Currently, there is no mailing list or IRC channel. Please send bug reports and patches to the author.
Rob Kinyon (rob.kinyon@iinteractive.com)
Originally written by Sam Stephenson (sam@conio.net)
My time is generously donated by Infinity Interactive, Inc. http://www.iinteractive.com