2010-01-07 20 views

回答

0

似乎是在$.manageajax._activeRequest[name]一些信息

//seems to be the internal id of the current request 
var id = $.manageajax._activeRequest[name].queue[0]; 
//should give you the xhr for the current request 
var crXHR = $.manageajax._activeRequest[name].id.xhr; 

name應該對應於$.manageAjax.create('someAjaxProfileName'...

給出的這些信息可能會稍有不正確(僅推斷的形式查看源使用Firebug或類似以驗證)

相關問題