Triggered when the page has been created in the DOM (via ajax or other) and after all widgets have had an opportunity to enhance the contained markup.
Note:This event is part of the page
widget as of jQuery Mobile 1.4.0. Please consult the documentation for the page widget's implementation.
jQuery( ".selector" ).on( "pagecreate", function( event ) { ... } )
Please login to continue.