NAME

DOM.Insert.After

DESCRIPTION

This provides an easy way to add arbitrary HTML after a given element in the DOM.

CLASSES

DOM.Insert.After

This takes in its constructor an element and content to be inserted. It will insert the content immediately after the element, as a sibling under the same parent.

  // Assume someElement is a <LI>
  new DOM.Insert.After( someElement, '<li id=4>Value</li>' );

SUPPORT

Currently, there is no mailing list or IRC channel. Please send bug reports and patches to the author.

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