Skip to content

Instantly share code, notes, and snippets.

@gseguin
Created January 11, 2012 23:22
Show Gist options
  • Save gseguin/1597422 to your computer and use it in GitHub Desktop.
Save gseguin/1597422 to your computer and use it in GitHub Desktop.
jQM mobileinit with AMD
require( ['jquery'], function( $ ) {
$( document ).one( "mobileinit", function() {
// Set up your jQM options here
});
require( ['jquery.mobile'] );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment