In some cases we want to know when the belco widget is ready so we can do something with it. (hide it for a cookie message as an example)
right now on the initial page load (DOMhtml) there is no belco element or something, so its not possible to check for that element.
fire an event when belco is ready will allow you to listen on that event and do something because you know there is an <div id="belco-container"></div> element.
In some cases we want to know when the belco widget is ready so we can do something with it. (hide it for a cookie message as an example)
right now on the initial page load (DOMhtml) there is no belco element or something, so its not possible to check for that element.
fire an event when belco is ready will allow you to listen on that event and do something because you know there is an
<div id="belco-container"></div>
element.You will be able to listen to the event with: