我在我的jquery文件中有这个代码可以正常工作但是如果网站闲置一段时间就像5分钟一样,那么它就无法工作了。我无法找到原因,请告诉我一下是影响ajaxStart和ajaxStop的东西,或者我该如何调试它。
jquery的
shell: ln -s /etc/openldap/cacerts/mycert.pem /etc/openldap/cacerts/`openssl x509 -noout -hash -in /etc/openldap/cacerts/mycert.pem`.0
答案 0 :(得分:1)
: 如果在全局选项设置为false的情况下调用$ .ajax()或$ .ajaxSetup(),则不会触发.ajaxStart()方法。
https://api.jquery.com/ajaxStart/
请检查您的配置