我在运行我的 jsp 页面时遇到问题。
我的 jsp 页面引用了一些 .js 文件,比如(file1.js),在 file1.js 中,我正在调用 jquery 调用,例如$(document).ready
. IE浏览器报错:
脚本5009:
'$' is undefined file1.js, line 225 character 1
我在 Firefox 上也看到了同样的异常。
我已经在我的jsp中包含了<script src="http://code.jquery.com/jquery-latest.js"></script>
and 。<script type="text/javascript" src="/js/file1.js"></script>