In the past, I used $ (window) .onload to run a block of code after loading other scripts. In this case, I donβt have the ability to change the loading order of the JS files and the code I need to manage the DOM nodes that are dynamically inserted by another JS file, which is loaded further down the page. Both scenarios are located near the bottom of the document. Does anyone have any suggestions on this scenario?
javascript jquery dom dynamic
jerome
source share