jqueryUI的导入方式

1.下载jqueryUI 网址:

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中使用

猜你喜欢

转载自www.cnblogs.com/dengyongkang/p/8976849.html