您好,欢迎来到源码搜藏!分享精神,快乐你我!提示:担心找不到本站?在百度搜索“源码搜藏”,网址永远不丢失!
  • 首 页
  • 在线工具
  • 当前位置:首页 > 网页特效 > 瀑布流 >

    jQuery底部填充瀑布流

    时间:2014-05-16 17:39 来源:互联网 作者:源码搜藏 浏览:收藏 挑错 推荐 打印

    效果预览 进入下载地址列表
    jQuery底部填充瀑布流jQuery底部填充瀑布流是一款jquery.waterfall.js自动底部填充对齐的瀑布流布局代码。jquery底部填充瀑布流自动对齐

    jQuery底部填充瀑布流特效,浏览更多瀑布流插件
    <script type="text/javascript" src="js/jquery.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){ 
    //Caption Sliding (Partially Hidden to Visible)
    $('.boxgrid.caption').hover(function(){
    $(".cover", this).stop().animate({top:'120px'},{queue:false,duration:160});
    }, function() {
    $(".cover", this).stop().animate({top:'165px'},{queue:false,duration:160});
    });
    $('.boxgrid.captiona').hover(function(){
    $(".cover", this).stop().animate({top:'378px'},{queue:false,duration:160});
    }, function() {
    $(".cover", this).stop().animate({top:'427px'},{queue:false,duration:160});
    }); 
    });
    </script> 
    <script type="text/javascript">
    $(function(){
    $('#brand-waterfall').waterfall();
    });
    jQuery底部填充瀑布流由源码搜藏网整理,转载请注明出处http://www.codesocang.com/texiao/pubuliu/7726.html 源码搜藏承诺:本站所有资源无病毒,无弹窗,无干扰链接!