`
chembo
  • 浏览: 926832 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

jquery 瀑布流插件

阅读更多
基于jquery,支持window-resize和ajax取数据;
测试通过ie6+,FF3+,chrome,safari;
github地址:https://github.com/chembohuang/jquery.waterfall.plugin
demo地址:http://paradise4ever.com/waterfall/demo.html

使用:
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery.cb.waterfall.plugin.min.js"></script>
<script type="text/javascript">
$(function(){
    $("#photo_wall").waterfall({
        ajaxUrl         :"ajaxData.txt",            ////ajax url. e.g. /server/loadMorePics.php. return json data as {["src":"2.jpg","desc":"description","link":"#"],["src":"4.jpg","desc":"description","link":"#"]}  
        ajaxParams      :{"count":20,"userId":30},  //ajax params. e.g. {"name":"chembo","loadPic":"10"}
        ajaxCount       :5,                         //the total times of the ajax will run when scroll hits the bottom. default to 4.
        block_class     :"ablock",                  //one block's width. default to ablock.
        margin          :3,                         //the margin between two blocks. unit is the px. default to 3.
        block_width     :230,                       //one block's width.
        animate_duration:500                        //jquery animate duration. unit is the million-second. default to 1000.
    });
});

效果图:
  • 大小: 142.9 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics