微信隐藏下导航栏

代码:

 $('#Zl').html('<iframe width="100%" id="rid" src="<?php echo $ff["url"];?>" frameborder="0"></iframe>');
  $(document).ready(function () {
    function fix_height() { $("#rid").attr("height", (($(window).height()) - 5) + "px"); }
    $(window).resize(function () { fix_height(); }).resize()
 });
    原文作者:前端box
    原文地址: https://segmentfault.com/a/1190000018258624
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞