API DOCS
Classes & Functions
Files & Folders
Function: xajax.tools.$
xajax.tools.$ = function(sId) { }
Parameters:
sId
(string) The unique name of the element (specified by theID attribute), not to be confused with the nameattribute on form elements.
Returns:
object - The element found or null.Note:
This function uses the xajax.config.baseDocument which allows xajax to operate on the main windowdocument as well as documents from containediframes and child windows.
