Questions tagged [pageshow]

an HTML5 event or a jQuery Mobile event relating to pages. The HTML5 event is triggered when a session history entry is being traversed to. The jQuery Mobile event is triggered on the toPage after animation completes.

an HTML5 event or a jQuery Mobile event relating to pages. The HTML5 event is triggered when a session history entry is being traversed to. The jQuery Mobile event is triggered on the toPage after animation completes.

17 questions
0
votes
1 answer

How to insert variable into jqm pageshow function

I'm not sure if this is possible but I'm wondering how I can pass a page id to a pageshow function as below. I suspect this is the wrong way to go but the answer has alluded me. With this example passing page and appending the page id in pageshow -…
Mitchell
  • 41
  • 1
  • 4
0
votes
2 answers

How to update slider web control on every page visit using JQuery Mobile

I am creating a JQuery Mobile web app and on one page I have javascript that gets values stored in HTML5 local storage and updates web controls on the page with their values. One of the web controls is a slider control. I need the javascript to…
Obi Wan
  • 889
  • 10
  • 26
1
2