为什么jQuery load()不起作用?

时间:2009-04-18 14:56:09

标签: jquery

为什么以下jQuery代码不起作用?我已经在身体中放了一个div元素。谢谢!

$(document).ready(function(){
  $("div").load("http://www.pagetutor.com/index.html");
});

1 个答案:

答案 0 :(得分:13)

没有更多信息:

除非是json内容,否则无法加载远程域内容。

This is a browser restriction.