Hacker News new | ask | show | jobs
by jacobr 5010 days ago
What people need to stop doing is to wrap their entire application in $(doc).ready().

Just as an example, you can initialize your Backbone Models and start sending out XHR's without worrying about the DOM.