在jQuery mobile中不推荐使用changePage
,我使用pageContainer
如下
$.mobile.pageContainer.pageContainer("change", "springboard.html", {});
甚至这个
$(':mobile-pagecontainer').pagecontainer("change", "springboard.html", {});
但以上都不起作用,我在点击按钮时触发了上述方法。
jquery mobile pageContainer issues
pagecontainer change function not working
我也检查了其他线程但没有运气