我正在使用phoneGap创建智能手机应用程序,但在我将应用程序从jqmobile beta 2更新到jqmobile rc 2后,我的应用程序无法更改页面。
代码看起来像这样
<a href="javascript:$.mobile.changePage('http://primotours.reklamebureauet-sortkaffe.dk/hotdeals.aspx');" data-role="button" data-theme="f">Afbudsrejser</a>
如果有人可以提供帮助,我将非常感谢,谢谢
布赖恩
答案 0 :(得分:1)
只需使用网址:
,而不是调用$.mobile.changePage()
<a href="http://primotours.reklamebureauet-sortkaffe.dk/hotdeals.aspx" data-role="button" data-theme="f">Afbudsrejser</a>