Are the following assumptions accurate?
1) execute immediately
(function(){ })();
2) execute on document ready
$(docume
Here's the #4 you were looking for:
jQuery(function ($) { });
It will run on document.ready, within a namespace, and with jQuery defined as $.