1. 程式人生 > >18_09_05 textarea高度自適應 和 Z-index

18_09_05 textarea高度自適應 和 Z-index

posit fixed dex UNC eight fun abs tails src

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