摘要: $('textarea').each(function () { this.setAttribute('style', 'height:' + (this.scrollHeight) + 'px;overflow-y:hidden;');}).on('input', function () { th 阅读全文
posted @ 2018-01-26 15:34 漠漠~ 阅读(152) 评论(0) 推荐(0) 编辑