div高度自适应

function getAutoHeight() {
  var height = $("body").height() - $('#toolbar_title').height() - 12;
  return height;
}
$(window).resize(function() {
    height = getAutoHeight();
});
posted @ 2015-05-15 10:14  风真天  阅读(151)  评论(0编辑  收藏  举报