<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="deployJava.js"></script>
<script type="text/javascript" src="example.js"></script>
</head>
...
我试图在行$ is not defined
的example.js中解决问题$(document).ready(function () {
。
为什么这不起作用?
感谢。
答案 0 :(得分:1)
请将example.js声明移到deployJava.js上方。 我认为deployJava.js有一些脚本错误。 感谢。