文件名称:textarea自适应高度插件textareaAutoHeight.zip
文件大小:2KB
文件格式:ZIP
更新时间:2022-08-07 23:24:46
开源项目
使用方法:0. 检查CSS文件中所有textarea的line-height值, 若是纯数字, 给它加上单位em, 如: 1.5em. 否则IE(6|7|8)下插件失效.1. 加载jQuery库(1.4 )2. 加载textareaAutoHeight.js3. 使用以下接口调用插件:$('textarea').tah({ moreSpace:15, //输入框底部预留的空白, 默认15, 单位像素 maxHeight:600, //指定Textarea的最大高度, 默认600, 单位像素 animateDur:200 //调整高度时的动画过渡时间, 默认200, 单位毫秒});
【文件预览】:
textareaAutoHeight-master
----textareaAutoHeight.js(1KB)
----README(914B)