window.onload = function(){ var oParent = document.getElementById('main'); waterFall(oParent); window.onscroll = function(){ if(checkLoad()){ // 将数据渲染到页面里 for(var i=0; icols存取每列的高度 var minH = Math.min.apply(null,hArr); var index = getMinHIndex(hArr,minH); oBox[i].style.cssText='position:absolute;top:'+minH+'px;left:'+oBoxW*index+'px;'; hArr[index] += oBox[i].offsetHeight; } } } // 选择出class为box的 元素 function getClsName(cls){ var eles = document.getElementsByTagName('*'); var curEle = []; for(var i=0;i