隨筆-75  評論-193  文章-5  trackbacks-0
          var fixgeometry = function() {
              /* Some orientation changes leave the scroll position at something
               * that isn't 0,0. This is annoying for user experience. */
              scroll(0, 0);
              /* Calculate the geometry that our content area should take */
              var header = $(".header:visible");
              var footer = $(".footer:visible");
              var content = $(".content:visible");
              var viewport_height = $(window).height();
              
              var content_height = viewport_height - header.outerHeight() - footer.outerHeight();
              
              /* Trim margin/border/padding height */
              content_height -= (content.outerHeight() - content.height());
              content.height(content_height);
            }; /* fixgeometry */
            $(document).ready(function() {
              $(window).bind("orientationchange resize pageshow", fixgeometry);
            });
          posted on 2013-01-28 10:59 The Matrix 閱讀(5205) 評論(1)  編輯  收藏 所屬分類: JQuery

          評論:
          # 打發(fā)打發(fā) 2014-10-16 14:41 | 打發(fā)打發(fā)
          打發(fā)打發(fā)的  回復  更多評論
            

          只有注冊用戶登錄后才能發(fā)表評論。


          網站導航:
           
          主站蜘蛛池模板: 泉州市| 越西县| 荆州市| 镇安县| 筠连县| 涿州市| 洛扎县| 屏东市| 英超| 新营市| 姜堰市| 年辖:市辖区| 梓潼县| 营山县| 武功县| 富宁县| 桃园市| 榕江县| 高陵县| 麟游县| 崇阳县| 北安市| 荔波县| 江源县| 三江| 怀远县| 中超| 芜湖县| 临武县| 兰西县| 临邑县| 安西县| 汝州市| 遵义市| 同心县| 海原县| 灵台县| 南投市| 玉树县| 堆龙德庆县| 新泰市|