Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下脚本:
http://jsfiddle.net/rYFEY/12/
效果很好,除了我需要删除右和右下手柄,只留下底部手柄用于调整大小。目前,如果我点击右手柄,框会改变大小。
这不应该发生,它应该始终保持 100% 宽,并且只能在高度上调整大小。
如何才能做到这一点?
使用句柄选项:
handles:'s'
's' 代表 'south',在resizable().
resizable()
默认值是指南's,e,se'、东、东南(下、右、右下)
's,e,se'
http://docs.jquery.com/UI/Resizable#option-handles