$.ajax({ url: '/new.html', dataType:'html', type: 'GET', success: function(response) { $("#QuickSearch").html("hello "+response); } });