Page Events

  Page Creation Events Each page has its own creation or initialization events pagebeforecreate After the page is inserted in the DOM and before its widgets are created. pagecreate After the page is created but before widgets are rendered. pageinit After the page is fully loaded. Normally the most used event for a page. pageremove […]

Read More

mobileinit

mobileinit Event The mobileinit event is like the normal 'load' and 'ready' jQuery events.It is fired after the jQuery Mobile framework is loaded into memory and just before rendering the UI elements. You can use the event to change some of the UI global preferences. The order of a jQuery Mobile documents event execution is normally: mobileinit […]

Read More