当输入到达字段末尾时在 TextArea 中创建额外的行?
在新的 Facebook 评论框中输入内容时,文本框的高度会根据该框的行数而变化。实现这一点的最佳方法是什么?
When typing in a new facebook comments box the height of the textbox changes according to how many lines the box has. What would be the best way to implement this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试弹性 http://unwrongest.com/projects/elastic/
Try elastic http://unwrongest.com/projects/elastic/
也许这会有所帮助: https:// github.com/jaz303/jquery-grab-bag/blob/master/javascripts/jquery.autogrow-textarea.js
Perhaps this will help: https://github.com/jaz303/jquery-grab-bag/blob/master/javascripts/jquery.autogrow-textarea.js
评论框高度为标准高度。您只能定义注释框的宽度。
高度将自动调整。
The hight of comment box is standard one. You can only define the width of the comment box.
Height will be automatically adjusted.