0

我在 jquery mobile 中有这 2 页:

主页 - http://snipt.org/zixj3

内部 - http://snipt.org/ziya9

你可以在这里看到现场直播:www.leoferrari.com/congresso1/

我用:

$( document ).on( "pageinit", ".jqm-demos", function() {
 $("#menu").load('menu.html', function() {
  $(this).trigger("create");
 });

 $("#footer").load('footer.html', function() {
  $(this).trigger("create");
 });
});

加载菜单和页脚,但是当我单击转到内页时,页脚和菜单不加载,如果重新加载页面,页脚和菜单正常加载

4

0 回答 0