How to navigate back one page using $.mobile.changePage

后端 未结 6 1280
长情又很酷
长情又很酷 2021-02-07 04:19

All of the JQuery Mobile documentation I can find about navigating backwards assumes I am going to do this using an anchor tag and suggest I add data-rel=\"back\" t

6条回答
  •  轮回少年
    2021-02-07 05:21

    It's definitely not clear in the documentation, but there are small allusions to it.

    Try using:

    $.mobile.back();
    

提交回复
热议问题