Timothy Framework - www.timothyframework.com This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php // Create a link to the JQuery Library and lightbox.js // Create a link to the lightbox.css file // Code for Page (when gallery is based on div) // Here is a sample of HTML code for the image gallery // Here are three possible variations of the JQuery selector script - use ONE only // Activate using the "rel" attribute with the value "lightbox" $('a[@rel*=lightbox]').lightBox(); // Activate using the element id of "lightbox" $('#gallery a').lightBox(); // Activate using the "lightbox" class $('a.lightbox').lightBox();