我正在处理需要使用 JQuery 的“加载”命令将一个 HTML 文件导入另一个的页面。它应该相当简单——它会引入站点标题的内容(徽标图像、搜索框、菜单栏)。
在我的测试页面上它可以工作,但在现场店面它不起作用,我不知道为什么。
这是我的 JS 文件中的行 - 非常简单:
$("#x-head").load('http://www.sunandfuninoc.com/testingsites/jxinstalls/topparts/ebay/head.html');
应该填充的 HTML div 在我的主页上如下所示:
这是运行良好的测试页面:http: //www.sunandfuninoc.com/testingsites/jxinstalls/topparts/ebay/store.html
这是根本没有加载的实时站点: http: //stores.ebay.com/Top-Parts-Store
有任何想法吗?谢谢!