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

 

posted @ 2013-07-23 16:38  daishuguang  阅读(265)  评论(0编辑  收藏  举报