Is there an event that I can register that will be executed after all $(document).ready scripts are executed? I've got a piece of code that needs to be executed after the whole page is fully loaded (also the jQuery scripts). Is this possible?
I need to register this in a script file, so can't put the function at the bottom of the page.