jQuery插件实现多行文本框文本}{高度自动
1 /自动增加一行的高度时,文本是线
2,当文本删除一行,它会自动降低一行的高度依赖。jquery.xxx.js需要在工作中使用类似的功能,但它发现它使用插件导入其他文件很不方便,所以就写了一个文件。
textarea jQuery插件
复制代码代码如下所示:
内容
复制代码代码如下所示:
JQuery.extend({
textareaautosize_dc:函数(){
$(文本),(KeyUp
无功currententercount =美元(这)。瓦迩()分(。)长度;
VaR lineheight =数($(this)。Css(行高),(PX代替
无功entercount =美元(这)。Attr(entercount );
如果(currententercount < entercount entercount!=未定义的){
每行固定线高/输
$(这),高度($(this)。Height()- lineheight);
如果别人}(currententercount > entercount){
每行有固定的行
$(这),高度($(this)。Height()+ lineheight);
$(这)。Attr(entercount
}
当前的高记录/
$(这)。Attr(entercount
});
}
});
呼叫/自动高度
textareaautosize_dc()美元;
以上是本文的全部内容,希望大家能喜欢。