(function(){})();
;(function(){})();
$("p.test").hide() - 隐藏所有 class="test" 的 <p> 元素
$(document) .ready ( function () {} ); $( function() {} ); //简写