本文介绍了Textarea高度增加的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我们从18px输入到最大50px时,如何增加文本区域的高度.那么如果有人输入更多内容,滚动条应该会接管.这可能吗?
How to increase the height of the text area as and when we type to a max of 50px from 18px. then if someone types more the scrollbar should take over. is this possible ?
推荐答案
您可以使用以下两个插件之一:
You can use either of these plugins:
- TextAreaExpander (Demo)
- autoResize Plugin
这篇关于Textarea高度增加的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!