我正在使用以下jquery -
但是我无法在我的代码中调用pagecreate方法。但它适用于document.ready。此外,我尝试使用旧版本的Jquery并替换了" on"用"直播"有效。但是"生活"版本1.9之后已被弃用。我必须使用Jquery1.11.1。以下是我的代码 -
$("#demo").on("pagecreate",function() {
//Do something (Control is not jumping here)
});