You can do a lot without accessing the DOM. Assuming you have a real app, and not just a circus of jquery event handlers, then you probably have prototypes to instantiate, perhaps some models to load, etc.
The post is referring back to the old jquery advice of "put everything in $(document).ready".
The post is referring back to the old jquery advice of "put everything in $(document).ready".