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.
我正在开发 Android 应用程序 Chat .. 我在聊天表单中有一个 textarea 我需要这个文本区域也自动调整高度,同时用户在里面输入,当用户从 textarea 中删除文本时,对于这个问题有任何帮助或建议!!!
谢谢
在其 keyup 事件上调用 textarea 自动增长功能。因此当用户开始在其中输入文本时,textarea 将开始增长。请注意,Textarea 只会增长但不会缩小。
您可以从 jquery 论坛参考此讨论。