API DOCS
Classes & Functions
Files & Folders
Function: xajax.dom.assign
xajax.dom.assign = function(element, property, data) { }
Parameters:
element
(object) The HTML element to effect.
property
(string) The name of the attribute to set.
data
(string) The new value to be applied.
