使用jQuery Resizable来控制Margin而不是Size

问题描述 投票:0回答:1

样本:https://codepen.io/taterjuice/pen/aMvXwd

jQuery可调整大小:https://jqueryui.com/resizable/

如何使用jquery Resizable来控制元素周围的边距,而不是它的宽度和高度?

 $(function() {
    $("#resizable").resizable();
  });
jquery margin resizable
1个回答
2
投票

您可以使用// colResizable 1.6 - Alvaro Prieto Lauroba http://www.bacubacu.com/colresizable/的jQuery插件

© www.soinside.com 2019 - 2024. All rights reserved.