i would like go homepage with function of " $.mobile.changePage"
-
- $("#btnlogn").live('click',function(){
- $.mobile.changePage("index.html",{
transition:"flip",
reerse:false,
changeHash:false
}); - })
- but the return url is "http://localhost/LBS0706/index.html#/LBS0706/login.html"
- it should back to the url "http://localhost/LBS0706/index.html"
why it is wrong ?can you help me?
i woudl like to go back Homepage with "$.mobile.changePage()"