Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
G
 getUserAgent, LazyLoad
L
 load, LazyLoad
 loadOnce, LazyLoad
R
 requestComplete, LazyLoad
function getUserAgent()
Populates the ua variable with user agent information.
load: function (urls,
callback,
obj,
scope)
Loads the specified script(s) and runs the specified callback function when all scripts have been completely loaded.
loadOnce: function (urls,
callback,
obj,
scope,
force)
Loads the specified script(s) only if they haven’t already been loaded and runs the specified callback function when loading is complete.
requestComplete: function ()
Handles callback execution and cleanup after a request is completed.
Close