我正在使用jQuery UI resizable来调整下面示例中的'wrapper'类的大小。如何防止resizable大小调整包装器的大小小于下面示例中的内容?我不想使用overflow:隐藏。
谢谢!
<div class="wrapper">
<form class="content">
<!-- form elements -->
<input type="text"/>
<input type="text"/>
...
</form>
</div>
答案 0 :(得分:1)
为什么可以为可调整大小的元素定义最小宽度?
看看这里 http://api.jqueryui.com/resizable/#option-minWidth
示例http://jqueryui.com/resources/demos/resizable/max-min.html
或尝试计算最小值。