大家好,这是我的代码,其中时间间隔功能无法正常工作但现在无法正常工作无法找到此问题的确切原因我已检查同一页面中包含的其他脚本功能没有问题
请告诉我可能的方法来检查我解决的其他问题
<script type="text/javascript">
setInterval(function(){
alert("Hello");
}, 3000);
</script>
我的控制台看起来像这样
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# insteadjquery-1.10.2.min.js:1
ReferenceError: exports is not defined
sweetalert.js:5:1
Use of Mutation Events is deprecated. Use MutationObserver instead.jquery-1.10.2.min.js:5:11337
Use of getPreventDefault() is deprecated. Use defaultPrevented instead.jquery-1.10.2.min.js:5:17117
TypeError: t.css(...) is undefined
jquery.flot.min.js:28:4583
PJAX loaded!visitors:418:5
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# insteadjquery-1.10.2.min.js:1
ReferenceError: exports is not defined
sweetalert.js:5:1
Use of getPreventDefault() is deprecated. Use defaultPrevented instead.jquery-1.10.2.min.js:5:17117
答案 0 :(得分:0)
此代码没有问题,完全没问题。正如我们在控制台错误中看到的那样,sweetalert.js文件存在一些问题并且出现错误,从而阻止了javascript的执行。
为了让我们更好地为您提供帮助,请在此处发布您的sweetalert.js文件,以便我们可以查看该文件的错误并更新您的问题,因为当前问题不成立。