SeizeTreasure.prototype.touchAjax=function () {
$("#isLoading").ajaxStart(function () {
$(this).show();
})
$("#isLoading").ajaxStop(function () {
$(this).hide();
})
}
這兩個方法不能觸發(fā)承璃,記錄一下
SeizeTreasure.prototype.touchAjax=function () {
$("#isLoading").ajaxStart(function () {
$(this).show();
})
$("#isLoading").ajaxStop(function () {
$(this).hide();
})
}
這兩個方法不能觸發(fā)承璃,記錄一下