Skip to content

Instantly share code, notes, and snippets.

@caseyjustus
Created January 6, 2012 17:12
Show Gist options
  • Save caseyjustus/1571494 to your computer and use it in GitHub Desktop.
Save caseyjustus/1571494 to your computer and use it in GitHub Desktop.
jQuery mobile pageinit
$( '#myPage' ).live( 'pageinit',function(event){
alert( 'This page was just enhanced by jQuery Mobile!' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment