jquery mobile event

jquery.js

$(document).on("mobileinit", function() {

  //

});

jquery.mobile.js

$(document).ready();

$(document).bind("pageinit", function() {

  //

})

mobileinit

pagecreate

markup is enhanced

document.ready

pageinit

原文地址:https://www.cnblogs.com/daishuguang/p/3208840.html