2011-04-03 17:25:49 0 评论 jQuery Boy.Lee

jQuery 闭包

{Code}

(function($){
   $('#BoyLee').hide();
   $('#BoyLee').show();
})(jQuery)