Why is jQuery.ready recommended when it’s so slow?
To the point first: No, there is no disadvantage in calling you init before closing the <body>. It will as you have noticed perform better that relying on $.ready() and will also work with all the browsers flawlessly (even on IE). Now, there are however reasons to use $.ready(), which in your case they do … Read more