ajaxStart function
正在工作,correctly.But模式窗口不会隐藏在jquery
的ajaxStop function
中。
这是我的代码
$(document).ajaxStop(function () {
$('#loading-modal').modal('hide');
});
console
中有一个error
。Uncaught TypeError: $(...).modal is not a function
发布于 2016-09-20 10:35:39
确保您的jquery
文件或bootstrap.js
文件overwriting again
。有时这是问题所在。干杯。
https://stackoverflow.com/questions/39591139
复制相似问题