Lightbox JS v2.0
Lokesh 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.
Sphere: Related Content2 Comments
Sorry, the comment form is closed at this time.



March 31st, 2006 at 2:59 am
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.
March 31st, 2006 at 7:25 am
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. ;-)