(function ($) { $(function () { $('#test').html("def"); console.log("called"); }); })(jQuery);