开发者

Problem with changePage (local file) in jquery mobile

开发者 https://www.devze.com 2023-03-16 04:32 出处:网络
I use phonegap and JQueryMobile to make a webapp,but when use $.mobile.changePage it doesn\'t work and show Error Loading Page开发者_运维问答, then I have

I use phonegap and JQueryMobile to make a webapp,but when use $.mobile.changePage it doesn't work and show Error Loading Page开发者_运维问答, then I have a test, when I use http://localhost/aa.html use changePage is ok, but when I use in local file file:///D:/aa.html, then common link and the changePage all not work, how to fix it?

I use the last version of JQuery and JQuery Mobile.


Instead of using

$.mobile.changePage("page.html")

use:

$.mobile.navigate("page.html")
0

精彩评论

暂无评论...
验证码 换一张
取 消