$ .mobile.changePage无法跳转到phonegap中的另一个页面

时间:2013-03-10 01:28:53

标签: cordova jquery-mobile

当我使用PhoneGap和jmq开发应用时,$.mobile.changePage无法更改为其他页面,代码段如下:

$('#travel_img').bind("click", function () {
  $(this).attr("src", "img/travel_highlight.png");
  $.mobile.changePage("views/main.html", "slide", false, true);
});

这段代码出了什么问题?

0 个答案:

没有答案