API DOCS
Class: xajax.dom
variables
functions
xajax.dom.assign
xajax.dom.assign = function(element, property, data) { }
Assign an element's attribute to the specified value.
xajax.dom.append
xajax.dom.append = function(element, property, data) { }
Append the specified value to an element's attribute.
xajax.dom.prepend
xajax.dom.prepend = function(element, property, data) { }
Prepend the specified value to an element's attribute.
xajax.dom.replace
xajax.dom.replace = function(element, sAttribute, aData) { }
Search and replace the specified text.
xajax.dom.remove
xajax.dom.remove = function(element) { }
Delete an element.
xajax.dom.create
xajax.dom.create = function(objParent, sTag, sId) { }
Create a new element and append it to the specified parent element.
xajax.dom.insert
xajax.dom.insert = function(objSibling, sTag, sId) { }
Insert a new element before the specified element.
xajax.dom.insertAfter
xajax.dom.insertAfter = function(objSibling, sTag, sId) { }
Insert a new element after the specified element.
xajax.dom.contextAssign
xajax.dom.contextAssign = function(args) { }
Assign a value to a named member of the current script context object.
xajax.dom.contextAppend
xajax.dom.contextAppend = function(args) { }
Appends a value to a named member of the current script context object.
xajax.dom.contextPrepend
xajax.dom.contextPrepend = function(args) { }
Prepend a value to a named member of the current script context object.
