Lightbox (JavaScript): Difference between revisions

Content deleted Content added
Dan Fuhry (talk | contribs)
m Corrected version number
mNo edit summary
Line 12:
| website = [http://www.huddletogether.com/projects/lightbox2/ http://www.huddletogether.com/projects/lightbox2/]
}}
In [[computing]], Lightbox JS, and the newer Lightbox 2, is a [[JavascriptJavaScript]] application used to display large images using [[Modal window|modal dialogs]]. The script has gained widespread popularity due to its simple yet elegant style and easy implementation. Lightbox uses the [[Prototype Javascript Framework]] and [[script.aculo.us]] for its animations and positioning.
__TOC__
== How it works ==
Line 19:
 
== External links ==
*[http://www.huddletogether.com/projects/lightbox2/ Home page]
 
[[Category:Web design]]
[[Category:Web development]]
[[Category:Web 2.0]]