实现html瀑布流布局,亲测可以使用,用法:$(function(){//需要瀑布流布局的容器var$container=$(".float-wrap");$container.imagesLoaded(function(){$container.isotope({isResizableL:true,//瀑布流布局子对象itemSelector:'.item'});});});