首页

源码搜藏网

首页 > 网页特效 > jQuery特效 >

jquery灯箱插件Rebox

创建时间:2014-07-21 08:22  

jquery灯箱插件Rebox
jquery灯箱插件Rebox
效果预览 立即下载

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标签插件flyLabel
下一篇:jquery全景拖动查看效果

相关内容

热门推荐