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
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
var d
Shorthand reference to the browser’s document object.
function getUserAgent()
Populates the ua variable with user agent information.
LazyLoad makes it easy and painless to lazily load one or more JavaScript files on demand after a web page has been rendered.
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.
pending
Pending request object, or null if no request is in progress.
queue
Array of queued load requests.
requestComplete: function ()
Handles callback execution and cleanup after a request is completed.
ua
User agent information.
Close