Response title
This is preview!
<script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script> <script src="js/libs/slimbox2.js"></script>
<li><a href="#" class="library" rel="#overtwo"></a></li> <div class="simple_overlay" id="overtwo"> <p>Contents of my overlay</p> </div>
$("a[rel]").overlay();
<a href="img/slideshow/slide1.png" class="gallery" rel="lightbox"></a> <a href="img/slideshow/slide2.png" class="gallery" rel="lightbox"></a>
// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED) if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) { jQuery(function($) { $("a[rel^='lightbox']").slimbox({ overlayOpacity: 0.6, loop: "true" }, null, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }); }
© 2013 jQuery Foundation
Sponsored by and others.