$(‘textarea.textarea‘).each(function(i) { $(this).height(this.scrollHeight); });
参考
z-index只有在设置了position为relative,absolute,fixed时才会有效。
18_09_05 textarea高度自适应 和 Z-index
原文:https://www.cnblogs.com/du1991/p/9591947.html