文件名称:textareaAutoHeight-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2013-03-12
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- gpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
textarea自适应高度插件:
使用方法:
0. 检查CSS文件中所有textarea的line-height值, 若是纯数字, 给它加上单位em, 如: 1.5em. 否则IE(6|7|8)下插件失效.
1. 加载jQuery库(1.4+)
2. 加载textareaAutoHeight.js
3. 使用以下接口调用插件:
$( textarea ).tah({
moreSpace:15, //输入框底部预留的空白, 默认15, 单位像素
maxHeight:600, //指定Textarea的最大高度, 默认600, 单位像素
animateDur:200 //调整高度时的动画过渡时间, 默认200, 单位毫秒
}) -textarea height adaptive plug: use: check the CSS file for all the textarea line-height value, pure digital, plus it em, such as: 1.5em. otherwise IE (6 | 7 | 8) under plug failure. 1. loaded jQuery library (1.4+) 2 loaded textareaAutoHeight.js 3. use the following interface call plugin: $ (' textarea' ). tah ({moreSpace: 15,// input box at the bottom of reserved blank, the default 15 units of pixels maxHeight: 600,// Textarea maximum height specified, the default 600, the unit pixel animateDur: 200// adjust the height of the animation transition time, default 200 milliseconds})
使用方法:
0. 检查CSS文件中所有textarea的line-height值, 若是纯数字, 给它加上单位em, 如: 1.5em. 否则IE(6|7|8)下插件失效.
1. 加载jQuery库(1.4+)
2. 加载textareaAutoHeight.js
3. 使用以下接口调用插件:
$( textarea ).tah({
moreSpace:15, //输入框底部预留的空白, 默认15, 单位像素
maxHeight:600, //指定Textarea的最大高度, 默认600, 单位像素
animateDur:200 //调整高度时的动画过渡时间, 默认200, 单位毫秒
}) -textarea height adaptive plug: use: check the CSS file for all the textarea line-height value, pure digital, plus it em, such as: 1.5em. otherwise IE (6 | 7 | 8) under plug failure. 1. loaded jQuery library (1.4+) 2 loaded textareaAutoHeight.js 3. use the following interface call plugin: $ (' textarea' ). tah ({moreSpace: 15,// input box at the bottom of reserved blank, the default 15 units of pixels maxHeight: 600,// Textarea maximum height specified, the default 600, the unit pixel animateDur: 200// adjust the height of the animation transition time, default 200 milliseconds})
(系统自动生成,下载前可以参看下载内容)
下载文件列表
textareaAutoHeight-master
.........................\README
.........................\textareaAutoHeight.js