jQuery使用$ .get页面读取标题

时间:2016-04-19 18:17:08

标签: javascript jquery get

我想让标题女巫被包含在另一个页面中(在同一个域名上)。

目前,以下代码无效:

$.get("/example.html", function(html){
    alert($(html).attr('title'));
});

example.html页面的内容为:

<html>
  <head>
    <title>foo</title>
  </head>
  ...
</html>

1 个答案:

答案 0 :(得分:1)

您可以在此上下文中使用start来过滤掉filter()代码

title

并使用alert($(html).filter("title").text()); 提取其文字内容。