当前位置:首页 > 网页特效 > 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>































本站资源仅限于学习研究,严禁从事商业或者非法活动! 源码搜藏网所有源码来自互联网转载与用户上传分享,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

jQuery特效下载排行

最新文章