Draggable Modal dialog in Bootstrap

1.设置style: 1 <style> 2 .modal-header { 3 cursor: move; 4 } 5 </style> 2.添加下列代码: 1 <script> 2 $(".modal-header").on("mousedown", function(mousedownEvt)
posted @ 2020-10-09 22:56  merrynuts  阅读(236)  评论(0编辑  收藏  举报