I have this problem where the UI components of my page like the drop down menus arent available until thirdparty scripts finish loading. This causes a problem because who knows whats going on on those servers. I need to detach the availability of the page’s interactive components from the loading of thirdparty stuff…
how?
=/
Try something like this:
This will load in your external script files after the page has finished loading in the client’s browser. Your form UI elements should all be available.
If you’re using jQuery, you can do this: