【发布时间】:2019-07-22 16:30:23
【问题描述】:
示例:https://codepen.io/taterjuice/pen/aMvXwd
jQuery 可调整大小:https://jqueryui.com/resizable/
如何使用 jquery Resizable 来控制元素周围的边距,而不是它的宽度和高度?
$(function() {
$("#resizable").resizable();
});
【问题讨论】:
示例:https://codepen.io/taterjuice/pen/aMvXwd
jQuery 可调整大小:https://jqueryui.com/resizable/
如何使用 jquery Resizable 来控制元素周围的边距,而不是它的宽度和高度?
$(function() {
$("#resizable").resizable();
});
【问题讨论】:
你可以使用 // colResizable 1.6 - Alvaro Prieto Lauroba 的 jQuery 插件 http://www.bacubacu.com/colresizable/
【讨论】: