Lightbox JS v2.0

Lightbox JS v2.0Lokesh Dhakar of Huddle Together has just released Lightbox JS v2.0. In one word: Sweet!

Lightbox JS is a

simple, unobtrusive script used to overlay images on the current page. It’s a snap to setup and works on all modern browsers.

Tags: , , ,

Leave a Comment

Note: First time comments will be held for moderation as an added anti-spam measure.

Comments

  1. Can I add another word? Slick! Using the rel=”” attribute of links is a really neat JS/HTML trick. As I understand it, the specs for XHTML don’t specify what values go in rel=”” and therefore leave it open for JS (and other) coders to use. This also allows you to segregate most, if not all, of your JS into a separate file, leaving your source clean and pristine. Here’s some more neato JS that uses rel=”” for unobtrusive popups.

  2. I’m with you Mike, unobtrusive JS is the only way to go in my book. Nice link BTW.

    With a little luck I’ll have the time to finish and release a little unobtrusive project of my own that I’m working on. ;-)