jQuery Lightbox Bug Fix
Quick update. Apparently, v0.3 had some debug code left in (console.log() is the culprit.) I removed those lines, and uploaded the script again, so everything should work normally.
I’m working on v0.4 which will have all the standard customization built back in for animation time, loading / close graphics, border, etc.
For now, you can grab a copy of jquery-lightbox-0.3.zip
June 27th, 2008 at 2:12 pm
Hi Warren,
I have just tried your jquery lightbox, & it seems very nice,
thanks.
I think that in your tutorial page you forgot to mention the requirment to put in the page this script:
$(document).ready(function(){
$(”.lightbox”).lightbox();
});