I recently read a blog post about having your code rely as little on the DOM as possible (i.e. keep as much out of the $(document).ready() function as possible). I've been successful in doing this with things like creating view modules like this:I recently read a blog post about having your c