jQuery未定义错误原因(jQuery is not define)
Posted crxis
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery未定义错误原因(jQuery is not define)相关的知识,希望对你有一定的参考价值。
使用jQuery时,必须把它写在最前面,这样浏览器才会先加载jQuery,否则会提示缺少对象。
正确
<script type="text/javascript" src="js/jquery/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
错误
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript" src="js/jquery/jquery-1.4.3.min.js"></script>
以上是关于jQuery未定义错误原因(jQuery is not define)的主要内容,如果未能解决你的问题,请参考以下文章
带有基本 jQuery 的未定义类型错误“defaultView”
JavaScript Uncaught ReferenceError: jQuery is not defined;未捕获的 ReferenceError:$ 未定义 [重复]
Jquery-ui Datepicker 未显示在 Rails 视图中,出现错误 Uncaught TypeError: $(...).datepicker is not a function
Jquery UI Autocomplete Custom HTML (TypeError: t.item is undefined)
Bootstrap 设置错误:未捕获 ReferenceError:未定义 jQuery 和未捕获错误:Bootstrap 的 JavaScript 需要 jQuery