
Slimbox2.js是一个轻量级图片浏览器插件, 具有高度的可定制化和易用性。 它可以帮助用户在不需要离开当前页面的情况下, 充分展示网页中的图片、相册等内容。Slimbox2.js以其轻量级的设计著称,运行速度非常快,并且能够兼容各种不同的浏览器和操作系统
主要js
<script src="js/jquery-1.10.2.min.js" type="text/javascript"></script> <script src="js/slimbox2.js" type="text/javascript"></script> <script> jQuery(function ($) { $("a[rel^='lightbox']").slimbox({/* Put custom options here */ }, null, function (el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }); </script>