2010-01-07 36 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或类似以验证)