标签:single href script get 添加 target tar boot dal
###
这里实现这个效果
需要引入
jquery-ui.min.js类库
jquery-ui.min.css样式
使用它提供的draggable()方法实现
###
菜鸟教程
http://www.runoob.com/try/try.php?filename=jqueryui-example-draggable
引入cdn的链接
<link rel="stylesheet" href="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.min.css" />
<script src="/assets/libs/single_file/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.min.js"></script>
添加js
$(‘.modal‘).draggable();
即可
标签:single href script get 添加 target tar boot dal
原文地址:http://www.cnblogs.com/smallyi/p/7127876.html