At the core, this is a javascript question but I\'m interfacing the event with jQuery.
Here\'s an example case:
Ready fires when all DOM elements are ready for manipulation.
When the browser comes across a script element, DOM parsing stops until the script has been executed, so because of how it all works, it fires after all scripts are loaded.