jquery – $.widget不是一个函数

前端之家收集整理的这篇文章主要介绍了jquery – $.widget不是一个函数前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想使用一些可拖动的元素..但是一旦我加载页面,我得到这个
$.widget is not a function

代码

<script src="js/jquery/jquery-1.6.js" type="text/javascript"></script>

<script src="js/jquery/jquery.ui.core.js" type="text/javascript"></script>
<script src="js/jquery/jquery.ui.draggable.js" type="text/javascript"></script>
<script src="js/jquery/jquery.ui.mouse.js" type="text/javascript"></script>
<script src="js/jquery/jquery.ui.widget.js" type="text/javascript"></script>

解决方法

还要看看关于使用 a Google hosted version的这个答案。如果可以这样做,你会得到很多好处( see here)。
原文链接:https://www.f2er.com/jquery/181777.html

猜你在找的jQuery相关文章