How to load a UI Script after the entire dom is ready
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-24-2018 10:00 AM
I have a UI script that I have made available to an application portal. The issue that I'm facing currently is that the UI script code is being loaded before the entire dom is ready. As a result, any reference to a dom element in the script would give me the following,
How can I load the code in the UI Script after the entire dom is ready?
Any help with this is greatly appreciated!
Thanks,
Raskill
Labels:
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-06-2025 06:18 AM
Hi @raskill ,
Have you found solution for this issue? I also have same problem