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.★
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.★
Tags: javascript, Links, reviews, web development
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.
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. ;-)