pagecreate


pagecreate eventversion added: 1.0

Description: 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.

  • jQuery( ".selector" ).on( "pagecreate", function( event ) { ... } )

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.