用啥代替 $.mobile.changePage()?
Posted
技术标签:
【中文标题】用啥代替 $.mobile.changePage()?【英文标题】:What to use in place of $.mobile.changePage()?用什么代替 $.mobile.changePage()? 【发布时间】:2013-11-04 03:15:39 【问题描述】:jQuery Mobile 1.4.0 RC1 的发行说明将 $.mobile.changePage()
标记为已弃用。哪个 API 方法可以替代它?
谢谢。
【问题讨论】:
how to change page in latest jquery mobile (1.4 beta)?的可能重复 谢谢。我已经搜索过这个,但没有找到。投票赞成关闭。它甚至没有出现在相关问题列表中。 不用担心。因为 jQM 1.4 相关的问题很少。 【参考方案1】:$(":mobile-pagecontainer").pagecontainer("change", "#page", options );
【讨论】:
这是this question的副本以上是关于用啥代替 $.mobile.changePage()?的主要内容,如果未能解决你的问题,请参考以下文章
Jquery Mobile - $ .mobile.changepage没有加载外部.JS文件
Jquery - $.mobile.changePage 不工作
扩展 $.mobile.changePage 以接受更多选项?