API DOCS
Classes & Functions
Files & Folders
Class: xajax.css
variables
functions
xajax.css.add
xajax.css.add = function(fileName, media) { }
Add a LINK reference to the specified .css file if it does not
already exist in the HEAD of the current document.
xajax.css.remove
xajax.css.remove = function(fileName, media) { }
Locate and remove a LINK reference from the current document's
HEAD.
xajax.css.waitForCSS
xajax.css.waitForCSS = function(args) { }
Attempt to detect when all .css files have been loaded once
they are referenced by a LINK tag in the HEAD of the current
document.
