jQuery.ajax获取远程页面中部分内容时应使用filter()进行筛选

 

$.ajax({

url: remoteContent,

success: function(data) {

$("body").html($(data).filter("#remoteContent").html());

}

});

该日志未加标签。

?????