使用JQm Rc 2更改PhoneGap 1.1.0中的页面

时间:2011-10-31 16:54:27

标签: jquery-mobile cordova

我正在使用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>

如果有人可以提供帮助,我将非常感谢,谢谢

布赖恩

1 个答案:

答案 0 :(得分:1)

只需使用网址:

,而不是调用$.mobile.changePage()
<a href="http://primotours.reklamebureauet-sortkaffe.dk/hotdeals.aspx" data-role="button" data-theme="f">Afbudsrejser</a>

jsFiddle example