[jQuery] document.ready - how to make sure all js is loaded?

[jQuery] document.ready - how to make sure all js is loaded?


Hi there,
I was wondering if there is something like document.ready; to trigger
after all the DOM+Js is loaded. document.ready is triggered when the
DOM is ready, but the js might be still loading, i would like to
trigger an event only after DOM along with all the JS is loaded. Any
way to do this?
Thanks
Vru