dojo/domReady (version 1.10)

Summary

Plugin to delay require()/define() callback from firing until the DOM has finished loading.

Usage

domReady(callback);
Parameter Type Description
callback undefined

See the dojo/domReady reference documentation for more information.

Property Summary

Method Summary

Event Summary

  • _onQEmpty() Private method overridden by dojo/ready, to notify when everything in the domReady queue has been processed.

Properties

_Q
Defined by: dojo/domReady

Methods

load(id,req,load)
Defined by dojo/domReady
Parameter Type Description
id undefined
req undefined
load undefined

Events

_onQEmpty()
Defined by: dojo/domReady

Private method overridden by dojo/ready, to notify when everything in the domReady queue has been processed. Do not use directly. Will be removed in 2.0, along with domReady._Q.

Error in the documentation? Can’t find what you are looking for? Let us know!