jQuery Closures Demo Code

{Code}

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