.load在页面转换后不起作用

时间:2013-04-11 19:29:54

标签: jquery-mobile

我在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");
 });
});

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

0 个答案:

没有答案