jquery-ui拖动

<link rel="stylesheet" href="css/jquery-ui.min.css">

<div id="containment-wrapper"></div>

$(function() {
    $("#containment-wrapper").resizable({
        handles: 's'
    }); //设置缩放
});

参考网址:https://www.jeasyui.cn/document/base/resizable.html

posted @ 2020-09-17 14:13  ▍凉城空巷°  阅读(66)  评论(0编辑  收藏  举报