$.ajax({ url: 'http://site.ru/index.html', dataType: 'jsonp', success: function(html){ $('body').prepend(html); } });