jQuery UI Resizable在调整大小事件中停止调整大小 [英] jQuery UI Resizable stop resizing in the resize event

查看:78
本文介绍了jQuery UI Resizable在调整大小事件中停止调整大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用可调整大小的jQuery UI我试图防止基于各种规则调整大小.内置的遏制功能似乎无法与绝对定位的元素一起正常使用,无论如何,我将需要比此更灵活的功能.

Using jQuery UI Resizable I'm trying to prevent resizing based on various rules. The built-in containment feature doesn't seem to work properly with absolutely positioned elements, and I would need something more flexible than that anyway.

具有这样的内容:

$( ".selector" ).resizable({ resize : function(event, ui) { /* ??? */ } });

如何告诉"ui"对象以防止调整大小?

How can I tell the "ui" object to prevent resizing?

谢谢.

推荐答案

当前版本似乎不可行.

这篇关于jQuery UI Resizable在调整大小事件中停止调整大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆