I would like to use my own hash parameters in the URL, but when I do the jQuery Mobile site does not work any more. Just a blank white screen with an endless spinner. Is it true the hash is off limits to me when using jQuery Mobile?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you need to pass parameters to internal/embedded page, jQuery Mobile does not support this feature. But there are two plugins that let you do so:
I advise you to read the official documentation on jQuery Mobile’s Navigation Model:
http://jquerymobile.com/demos/1.1.0/docs/pages/page-navmodel.html
The two plugins are mentioned in the “Known limitations” section.