我需要加载jQuery UI文件,并希望从Google执行此操作.目前我上传:
<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.draggable.js"></script>
<script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.droppable.js"></script>
Google需要哪些相应的文件?
我可以使用http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js吗?
另外,使用这个有什么不利之处:http: //ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js?
jquery ×1