Posted in jQuery onApril 19, 2017
html部分:
<body> <div id="margin_box"></div> </body>
jquery部分:
<script> $(function(){ var percent =0.15; $("#margin_box").css("height",window.document.body.clientHeight*percent) }) </script>
jquery将标签元素的高设为屏幕的百分比
- Author -
mdxy-dxy声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@