How to pass and get Parameters between two Pages in Jquery Mobile?

前端 未结 5 390
天命终不由人
天命终不由人 2020-12-06 03:41

I am working on a some demo App to learn things in Jquery Mobile. I have tried a lot of options but not able to get solution on a few things :-

  1. http://jsfiddle
5条回答
  •  隐瞒了意图╮
    2020-12-06 04:15

    I created a solution for jQM 1.4+ which allows parameters to be passed through the URL. This works quite nicely if you want the user to be able to go directly to a page with parameters (say from an e-mail), or if the user refreshes the page.

    It's under the MIT license and you can find it here on GitHub.

提交回复
热议问题