element .onclick = function(){ $.ajax({ url: 'ajax/test.html', success: function(data){ element.append(data) } }); }