Is there something like jquerys ready() in GWT. I add an iframe and will check when the DOM is ready.
ready()
document.ready() is similar to the onModuleLoad() method in your GWT EntryPoint. They both execute, when the document is ready.
document.ready()
onModuleLoad()
1.4m articles
1.4m replys
5 comments
57.0k users