D | |
d, LazyLoad | |
G | |
getUserAgent, LazyLoad | |
L | |
LazyLoad | |
load, LazyLoad | |
loadOnce, LazyLoad | |
P | |
pending, LazyLoad | |
Private Methods, LazyLoad | |
Private Variables, LazyLoad | |
Public Methods, LazyLoad | |
Q | |
queue, LazyLoad | |
R | |
requestComplete, LazyLoad | |
U | |
ua, LazyLoad |
Shorthand reference to the browser’s document object.
var d
Populates the ua variable with user agent information.
function getUserAgent()
Loads the specified script(s) and runs the specified callback function when all scripts have been completely loaded.
load: function ( urls, callback, obj, scope )
Loads the specified script(s) only if they haven’t already been loaded and runs the specified callback function when loading is complete.
loadOnce: function ( urls, callback, obj, scope, force )
Pending request object, or null if no request is in progress.
pending
Array of queued load requests.
queue
Handles callback execution and cleanup after a request is completed.
requestComplete: function ()
User agent information.
ua