What\'s the right way to initialize objects on a jquery mobile page? The events docs say to use \"pageInit()\" with no examples of that function, but give exam
pageInit()
The events don't fire on the initial page, only on pages you load via Ajax. In the above case you can just: