jquery 网页缩放事件

window.onresize = function(){

  var width=$("body").width();
  var height=$("body").height();
  alert("height:"+height+" "+width)

}

  

原文地址:https://www.cnblogs.com/wcnwcn/p/13175444.html