我成功地将内容从一个名为测试.html的页面上载入到名为page.htm的页面上:
$(document).ready(function(){
$("#reveal").load("test.html");
});
我在页面上放了一个空的 div 。 htm 叫做 , 内容负荷 - 没问题 。
在 test. html 中, 我有两个指定文章标题和文章内容的 divs 类 :. artTitle 和. artContent 。 在 page.html s cs 文件里, 我显示 : 隐藏 < code>. artContent - 这样所有显示的都是 < code>.artTitles 。 然后我要单击“ tggle” 来显示 < code >. artContents 。
我能够让这个 jQuery 进程在线工作( 在同一页), 但装入 html 时会中断 。 装入我所缺少的时有什么问题呢?