Skip to content

Instantly share code, notes, and snippets.

@somatonic
Created April 24, 2012 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save somatonic/2480456 to your computer and use it in GitHub Desktop.
Save somatonic/2480456 to your computer and use it in GitHub Desktop.
jquery mobile init false
$(document).bind("mobileinit", function(){
$.extend( $.mobile , {
autoInitializePage: false,
ajaxEnabled: false,
linkBindingEnabled: false,
pushStateEnabled: false,
hashListeningEnabled: false
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment