Bootstrap modal拖动效果

来源:互联网 发布:情定三生向天和知夏 编辑:程序博客网 时间:2024/05/20 12:49

<script type="text/javascript" src="${ctxStatic}/jquery/jquery-ui.min.js"></script>


<script type="text/javascript">
    $(document).ready(function() {

$("#modal-container-262575").draggable({   
                    handle: ".modal-header",   
                    cursor: 'move',   
                    refreshPositions: false      
                });
            });

0 0
原创粉丝点击