我正在用jquery制作一个phonegap应用程序。我很困惑我是否应该换我整个里面的代码jQuery的$(document).ready()像$(document).ready(function(){ //mycode});或在phonegap的deviceready事件中,例如document.addEventListener("deviceready", function(){ //mycode});我目前正在使用,document.ready但我想如果尝试访问其中的某些Phonegap API方法,可能会遇到问题document.ready。将我的代码包装在document.ready或deviceready中是最好的事件?
添加回答
举报
0/150
提交
取消