码迷,mamicode.com
首页 > 移动开发 > 详细

Bootstrap -- 模态框实现拖拽移动

时间:2017-07-06 20:33:50      阅读:295      评论:0      收藏:0      [点我收藏+]

标签: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();

即可

Bootstrap -- 模态框实现拖拽移动

标签:single   href   script   get   添加   target   tar   boot   dal   

原文地址:http://www.cnblogs.com/smallyi/p/7127876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!