18_09_05 textarea高度自适应 和 Z-index
Posted du1991
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了18_09_05 textarea高度自适应 和 Z-index相关的知识,希望对你有一定的参考价值。
1.textarea高度自适应
$(‘textarea.textarea‘).each(function(i) {
$(this).height(this.scrollHeight);
});
2. Z-index
z-index只有在设置了position为relative,absolute,fixed时才会有效。
以上是关于18_09_05 textarea高度自适应 和 Z-index的主要内容,如果未能解决你的问题,请参考以下文章