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();
})
}
这两个方法不能触发,记录一下
本文标题: $("#isLoading").ajaxStart和 $("
本文链接:https://www.haomeiwen.com/subject/jnvthxtx.html
网友评论