jQuery:像 Chrome 一样拉伸文本区域
有没有一个插件可以让我将纯文本区域转换为可拉伸的文本区域,就像 Chrome 一样。
Is there a plugin that would allow me to convert plain textarea to a stretchable one, just like Chrome does.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个名为 TextAreaResizer 的插件,看看它是否提供您正在寻找的所有内容。
它只是垂直的,但它是我见过的跨浏览器最稳定的东西。 这是演示的链接
There's a plugin called TextAreaResizer, see if it offers everything you're looking for.
It's only vertical, but it's the most cross-browser stable thing I've seen. Here's a link right to the demo
您是指 可调整大小 插件吗?
Do you mean the Resizable plugin?
请参阅 http://jqueryui.com/demos/ressized/#textarea
还有TextAreaResizer,但演示仅显示垂直调整大小,因此我不确定它是否支持对角线调整大小。
See http://jqueryui.com/demos/resizable/#textarea
There's also TextAreaResizer, but the demos only show vertical resizing so I'm not sure if it supports diagonal resizing.