jQuery lightBox plugin is simple, elegant, unobtrusive, no need extra markup and is used to overlay images on the current page through the power and flexibility of jQuery's selector.
lightBox is a plugin for jQuery. It was inspired in Lightbox JS by Lokesh Dhakar.
jquery (tested on 1.2.3 – 1.6.2)
Copy jquery.lightbox.min.js, jquery.lightbox.css and the images from the images folder to the proper locations of your project.
Use:
$(function() { var settings = {fixedNavigation:true}; $('#gallery a').lightBox(settings); });
http://creativecommons.org/licenses/by-nd/2.5/br/
Leandro Vieira Pinho - http://leandrovieira.com (2015.08: host is down) (original project page) (2015.08: host is down)
Ivaylo Stamatov (http://avioli.name)
Here I'll list alternative locations, that I've stubmled upon, of other clones of the original.
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/avioli/jquery-lightbox