Is it bad to have multiple $(document).ready(function() {}); on your page? I have a website where I load different things at different times. I fire off those p
$(document).ready(function() {});
The answer is actually "Yes it deters performance":
http://jsperf.com/docready/3