码迷,mamicode.com
首页 > 其他好文 > 详细

18_09_05 textarea高度自适应 和 Z-index

时间:2018-09-05 17:45:07      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:pre   apt   分享   details   osi   oca   图片   this   img   

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

标签:pre   apt   分享   details   osi   oca   图片   this   img   

原文地址:https://www.cnblogs.com/du1991/p/9591947.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!