Difference between revisions of "ATC/Current/SDK/dom - ready"

From Genesys Documentation
Jump to: navigation, search
(Published)
 
(Published)
Line 4: Line 4:
 
|Platform=PureEngage, PureConnect, PureCloud
 
|Platform=PureEngage, PureConnect, PureCloud
 
|TocName=DOM - ready
 
|TocName=DOM - ready
|Context=The <tt>dom - ready</tt> method allows you to specify a function handler to run when the DOM has fully loaded.
+
|ComingSoon=No
 +
|Context=Learn how to make a function handler to run when the DOM has fully loaded.
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=dom - ready
 
|sectionHeading=dom - ready
Line 18: Line 19:
 
</source>
 
</source>
 
|fullwidth=No
 
|fullwidth=No
 +
|Status=No
 
}}
 
}}
 
}}
 
}}

Revision as of 20:48, October 10, 2019

This topic is part of the manual Journey JavaScript SDK for version Current of Genesys Predictive Engagement.

Contents

Learn how to make a function handler to run when the DOM has fully loaded.

dom - ready

The ready method of the dom module allows you to specify a function handler to run when the DOM has fully loaded. A webpage cannot be altered safely until the document is ready, Journey SDK starts executing regardless of the DOM readiness, and may even fire events before that. Any code reacting to these events that need to modify the DOM should be placed inside the ready handler.

ac('dom', 'ready', function () {
  // safely modify the DOM here
});
Retrieved from "https://all.docs.genesys.com/ATC/Current/SDK/dom_-_ready (2025-06-23 18:36:36)"
Comments or questions about this documentation? Contact us for support!