1.下载jqueryUI
网址:http://jqueryui.com/download/
2.引入jquery
<script src="../../../webapp/resources/js/jquery-ui.js"></script>
3. 导入jqueryUI
<script src="../../../webapp/resources/js/jquery-ui.js"></script>
4.导入css
link href="../../../webapp/resources/css/jquery-ui.css" rel="stylesheet"/>
5.然后就可以在界面和js中使用
jqueryUI的导入方式
原文地址:https://www.cnblogs.com/dengyongkang/p/8976849.html