Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/72.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么不是';t我的jquery-latest.min.js未加载_Jquery - Fatal编程技术网

为什么不是';t我的jquery-latest.min.js未加载

为什么不是';t我的jquery-latest.min.js未加载,jquery,Jquery,这些是我的剧本。。。由于某些原因,.min.js没有加载,当前版本是什么 <script src="//code.jquery.com/jquery-1.10.2.js"></script> <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script src="//code.jquery.com/jquery-1.11.2.min.js" &

这些是我的剧本。。。由于某些原因,.min.js没有加载,当前版本是什么

<script src="//code.jquery.com/jquery-1.10.2.js"></script>
    <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
    <script src="//code.jquery.com/jquery-1.11.2.min.js" ></script> 
     <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>

未捕获类型错误:未定义不是一个函数

您包含jQuery两次,但jQuery Cookie none。 包括以下内容:

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>


如果从本地运行,则需要将http协议添加到脚本
src
。为什么要添加两次jQuery?
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>