Loading...

textarea resize auto

Đã đăng 4 năm trước
$('textarea').each(function () { this.setAttribute('style', 'height:' + (this.scrollHeight) + 'px;overflow-y:hidden;'); }).on('input', function () { this.style.height = 'auto'; this.style.height = (this.scrollHeight) + 'px'; });

LIÊN KẾT TẢI VỀ

Hashtag phổ biến
#Code x 2
#Sammy x 2