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.

18 questions
0
votes
1 answer

jquery image.load event not firing if image.src set from pageshow event and returning to the same page

I have the following situation in my mobile web application: I have a javascript Image on the page called srcImage. I have javascript code that is set to fire when the javascript image gets loaded. My understanding is that this event should be…
Obi Wan
  • 969
  • 11
  • 26
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
  • 969
  • 11
  • 26
1
2