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

    jquery灯箱插件Rebox

    时间:2014-07-21 08:22 来源:互联网 作者:源码搜藏 浏览:收藏 挑错 推荐 打印

    效果预览 进入下载地址列表

    jquery灯箱插件Reboxjquery灯箱插件Rebox是一款轻量级的lightbox灯箱插件。jquery灯箱效果lightboxjquery插件


    jquery灯箱插件Reboxjquery灯箱插件Rebox是一款轻量级的lightbox灯箱插件。jquery灯箱效果lightboxjquery插件


    <script type="text/javascript">


    $(document).ready(function(){
    // quick routine for scrolling nav
    var $nav = $('.header ul'),
    navoffset = $nav.offset(),
    $navclone = $nav.clone().addClass('scrollnav').appendTo('.header'),
    $window = $(window);
    $window.scroll(function(e){
    if((navoffset.top+50) < $window.scrollTop()){
    if(!$navclone.hasClass('scrolled'))
    $navclone.addClass('scrolled');
    }
    else $navclone.removeClass('scrolled');
    }).scroll();


    // highlight the code
    $('pre.code').litelighter();


    // run the examples
    $('.example-container > pre.ex').each(function(i){
    eval($(this).data('llcode'));
    });
    });
    </script>































    jquery灯箱插件Rebox由源码搜藏网整理,转载请注明出处http://www.codesocang.com/texiao/jQuerytexiao/9837.html 源码搜藏承诺:本站所有资源无病毒,无弹窗,无干扰链接!