'pageinit' not firing on the first page
I am trying to use the pageinit event to initialize the first page in my jQM application. My problem is that the event doesn't seem to be raised for the first page in the application. Check out this jsFiddle:
If you click on the button jQM fires the pageinit event for page two, but the main page never fires that event.