If I have a lot of functions on startup do they all have to be under one single: $(document).ready(function() { or can I have multiple such statements?
Source: jquery – Can you have multiple $(document).ready(function(){ … }); sections? – Stack Overflow