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
出处:http://cnblogs.com/daishuguang