$未定义Jquery

时间:2015-11-07 10:10:33

标签: javascript jquery html jquery-ui web

<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 () {

为什么这不起作用?

感谢。

1 个答案:

答案 0 :(得分:1)

请将example.js声明移到deployJava.js上方。 我认为deployJava.js有一些脚本错误。 感谢。