This code simply doesn't run:
$(document).bind("mobileinit", function() {
// Code that configures JQM
$.mobile.defaultPageTransition = 'none';
});
I tested this on Chrome (latest version), Ripple v0.9.1 and on a BlackBerry bold 9790 running OS7.0.
None of them run the code to configure page transitions. I use both on() and bind() methods to listen on the mobileinit event.
I copied my code from: