нужно без парсера..
P.S. данные приходят но в логе пишет
Uncaught SyntaxError: Unexpected token <
код такой
$.ajax({
url: 'http://site.ru/index.html',
dataType: 'jsonp',
success: function(html){
$('body').prepend(html);
}
});