If you view the jquery code below you will see the famous $(document).ready(function(){ that starts the script off. I see this on pretty much all jquery code e
I think the original poster was asking if he must do this:
Or if he can just do this:
In the later example, there is one script and one document ready statement. Much cleaner. I believe the answer is yes, you can do the later without any problem.