微信隐藏下导航栏

代码:

 $('#Zl').html('');
  $(document).ready(function () {
    function fix_height() { $("#rid").attr("height", (($(window).height()) - 5) + "px"); }
    $(window).resize(function () { fix_height(); }).resize()
 });

你可能感兴趣的:(html5,微信)