API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_js »
xajax_core_uncompressed.js »
xajax.dom »
xajax.dom.insertAfter
Classes & Functions
Files & Folders
Function: xajax.dom.insertAfter
xajax.dom.insertAfter = function(objSibling, sTag, sId) { }
Parameters:
objSibling
(string or object) The name of, or the element itself that will be used as the reference point for insertion.
sTag
(string) The tag name for the new element.
sId
(string) The value that will be assigned to the new element's id attribute.
