我正在尝试让我的JQuery暂停,直到加载了一个对象。我见过.delay()函数,但我不想延迟特定对象$('item')。延迟(10)所以我可以做下面的事情吗?
while(myObject==null){
// 1 second wait for ScriptManager.RegisterClientScriptBlock to finish building Json
pause(1);
}
DosomethingWithJson();
答案 0 :(得分:0)
更新:试试这个:myObject.ready();