<link rel="stylesheet" href="colorbox.css" />
<script type="text/javascript" src="jquery.min.js"></script>
<script src="jquery.colorbox.js"></script> <p><a class="group1" href="content/ohoopee1.jpg" title="我的祖父和我在池塘">相册 1</a></p>
<p><a class="group1" href="content/ohoopee2.jpg" title="我小时候在池塘">相册 2</a></p>
<p><a class="group1" href="content/ohoopee3.jpg" title="我成年时候在池塘">相册 3</a></p> rel指定了 class='group1'作为colorbox的相册
$(".group1").colorbox({rel: 'group1'}); $(".group2").colorbox({rel: 'group2', transition: "fade"}); $(".group3").colorbox({rel: 'group3', transition: "none", width: "75%", height: "75%"}); $(".group4").colorbox({rel: 'group4', slideshow: true}); <p><a class='ajax' href="content/ajax.html" title="Homer Defined">ajax加载远程html文件</a></p>
<p><a class='vimeo' href="http://player.vimeo.com/video/2285902" title="Röyksopp: Remind Me">Flash / Video</a></p>
<p><a class='iframe' href="https://jy.tp.yuanmeng.life/">网页iframe</a></p>
<p><a class='inline' href="#inline_content">内部内容#inline_content</a></p> $(".ajax").colorbox();
$(".vimeo").colorbox({iframe: true, innerWidth: 500, innerHeight: 409});
$(".iframe").colorbox({iframe: true, width: "80%", height: "80%"});
$(".inline").colorbox({inline: true, width: "50%"}); $(".callbacks").colorbox({
onOpen: function() {
alert('onOpen: colorbox 即将打开');
},
onLoad: function() {
alert('onLoad: colorbox已经开始加载目标内容');
},
onComplete: function() {
alert('onComplete: colorbox已显示加载内容');
},
onCleanup: function() {
alert('onCleanup: colorbox已经开始关闭过程');
},
onClosed: function() {
alert('onClosed: colorbox完全关闭');
}
}); 其他colorbox4种风格演示效果未翻译:<a href='https://jy.tp.yuanmeng.life/jquery/4/491/demo/example2/'>colorbox相册分组2</a>,<a href='https://jy.tp.yuanmeng.life/jquery/4/491/demo/example3/'>colorbox相册分组3</a>,<a href='https://jy.tp.yuanmeng.life/jquery/4/491/demo/example4/'>colorbox相册分组4</a>,<a href='https://jy.tp.yuanmeng.life/jquery/4/491/demo/example5/'>colorbox相册分组5</a>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
