jquery实现textarea 高度自适应
之前给大家分享过用Javascript控制文本框textarea高度随内容自适应增长收缩,今天花了点时间换了种实现方法,总结一下
jQuery.fn.extend({
autoHeight:function(){
returnthis.each(function(){
var$this=jQuery(this);
if(!$this.attr('_initAdjustHeight')){
$this.attr('_initAdjustHeight',$this.outerHeight());
}
_adjustH(this).on('input',function(){
_adjustH(this);
});
});
/**
*重置高度
*@param{Object}elem
*/
function_adjustH(elem){
var$obj=jQuery(elem);
return$obj.css({height:$obj.attr('_initAdjustHeight'),'overflow-y':'hidden'})
.height(elem.scrollHeight);
}
}
});
//使用
$(function(){
$('textarea').autoHeight();
});
以上就是本文所述的全部内容了,希望对大家学习jQuery能够有所帮助。
热门推荐
10 医院探望朋友祝福语简短
11 毕业祝福语简短女朋友
12 春节虎年爸妈祝福语简短
13 儿童毕业祝福语 简短6
14 开工仪式横幅祝福语简短
15 孩子日常祝福语大全简短
16 清晨寄语诗句祝福语简短
17 结婚送亲认亲祝福语简短
18 虎年喝酒拜年祝福语简短