I\'ve attached multiple functions in multiple files to $(document).ready and would like to attach a single function to happen before them as either the first that $(document).re
I just had the exact same problem. I put a tiny script on GitHub that adds a $.beforeReady() function. Funny :)
https://github.com/aim12340/jQuery-Before-Ready
Just load the script right after jQuery like in this example: