SeizeTreasure.prototype.touchAjax=function () {
$("#isLoading").ajaxStart(function () {
$(this).show();
})
$("#isLoading").ajaxStop(function () {
$(this).hide();
})
}
这两个方法不能触发,记录一下
SeizeTreasure.prototype.touchAjax=function () {
$("#isLoading").ajaxStart(function () {
$(this).show();
})
$("#isLoading").ajaxStop(function () {
$(this).hide();
})
}
这两个方法不能触发,记录一下