(function($) { $(document).ready(function() { $('#contents').load('hello-world.html'); }); })(jQuery);