【发布时间】:2010-01-07 13:29:55
【问题描述】:
【问题讨论】:
【问题讨论】:
$.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 或类似方法进行验证)
【讨论】: