亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Jquery實現<textarea>根據內容自動改變大小

發布時間:2020-07-12 18:26:48 來源:網絡 閱讀:1130 作者:Alliso 欄目:web開發

<script type="text/javascript" src="${webRoot}/js/jquery.autogrow.textarea.js"></script>


<h4 >任職要求</h4>

<div> <textarea    cols="120" rows="10" >${回顯}</textarea></div>



jquery.autogrow.textarea.js如下:

/*

Auto-growing textareas; technique ripped from Facebook

(Textarea need set style "overflow:hidden" under IE)

*/

(function($) {

function times(string, number) {

  for (var i = 0, r = ''; i < number; i ++) r += string;

  return r;

}

 

$.fn.autogrow = function(options) {

  this.filter('textarea').each(function() {

    this.timeoutId = null;

    var $this = $(this), minHeight = $this.height();

    var shadow = $('<div></div>').css({

      position:   'absolute',

      wordWrap:   'break-word',

      top:        0,

      left:       -9999,

      display:    'none',

      width:      $this.width(),

      fontSize:   $this.css('fontSize'),

      fontFamily: $this.css('fontFamily'),

      lineHeight: $this.css('lineHeight')

    }).appendTo(document.body);

 

    var update = function() {

      var val = this.value.replace(/</g, '&lt;')

        .replace(/>/g, '&gt;')

        .replace(/&/g, '&amp;')

        .replace(/\n$/, '<br/>&nbsp;')

        .replace(/\n/g, '<br/>')

        .replace(/ {2,}/g, function(space) { return times('&nbsp;', space.length -1) + ' ' });

      shadow.html(val);

      $(this).css('height', Math.max(shadow.height(), minHeight));

    }

     

    var updateTimeout = function() {

      clearTimeout(this.timeoutId);

      var that = this;

      this.timeoutId = setTimeout(function(){ update.apply(that); }, 100);

    };

 

    $(this).change(update).keyup(updateTimeout).keydown(updateTimeout);

    update.apply(this);

  });

  return this;

}

})(jQuery);



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

阿荣旗| 南丰县| 梁平县| 涟源市| 黎平县| 山丹县| 天柱县| 察雅县| 东明县| 沭阳县| 资阳市| 利川市| 铁岭县| 山阳县| 石首市| 吉木乃县| 中山市| 广西| 会同县| 台江县| 琼中| 阿拉善左旗| 郸城县| 都匀市| 安康市| 海盐县| 海安县| 蒙城县| 明光市| 安泽县| 玉树县| 和硕县| 六枝特区| 凌云县| 鹰潭市| 乌兰浩特市| 温州市| 松桃| 沅陵县| 乌拉特前旗| 南宫市|