dom - ready

From Genesys Documentation
Revision as of 11:51, July 15, 2020 by WikiSysop (talk | contribs) (Text replacement - "\|Platforms?=([^\|]*)PureEngage([\|]*)" to "|Platform=$1GenesysEngage-onpremises$2")
Jump to: navigation, search
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 22:47:30)"
Comments or questions about this documentation? Contact us for support!