(function($){ $(function(){ $('a').click(function(){ $('body').append('
added through jquery
'); }); }); })(jQuery);