2010-01-07 7 views

답변

0

//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'...

에 주어진 하나에 해당해야 $.manageajax._activeRequest[name]에서 몇 가지 정보이 정보는 (소스 사용 방화 광 또는 유사한보고 만 추론 형태로 약간 잘못 될 수도있는 것으로 보인다 확인하려면

관련 문제