Software:Lightbox (JavaScript)

From HandWiki
Short description: JavaScript library
A typical lightbox image display

Lightbox is a JavaScript library that displays images and videos by filling the screen, and dimming out the rest of the web page.[1]

The original JavaScript library was written by Lokesh Dhakar.[2] The term Lightbox may also refer to other similar JavaScript libraries. The technique gained widespread popularity due to its simple and elegant style.

The original Lightbox library used two JavaScript libraries, Prototype Javascript Framework[3] and script.aculo.us,[4] for its animations and positioning. In April 2012, the plugin was rewritten for jQuery.[5] The open-source nature of Lightbox encouraged developers to modify and fork the code, resulting in plugins such as Colorbox, Magnific Popup, Slimbox or Thickbox.

Lightbox scripts are dependent upon a browser's JavaScript support.[6] Browsers that do not load the script for whatever reason can instead simply load the image as a separate page load, losing the Lightbox effect but still retaining the ability to display the image.[7]

References

  1. Jakob Nielsen, Alertbox. "10 Best Application UIs". http://www.useit.com/alertbox/application-design.html. 
  2. Dhakar, Lokesh. "Lightbox JS". http://lokeshdhakar.com/projects/lightbox/. Retrieved 2012-12-17. 
  3. Herrington, Jack D. "Ajax and XML: Ajax for lightboxes". IBM DeveloperWorks. http://www.ibm.com/developerworks/library/x-ajaxxml6/. Retrieved 2008-05-21. 
  4. Schmitt, Christopher (2006). CSS Cookbook. O'Reilly. pp. 204. ISBN 0-596-52741-1. 
  5. Dhakar, Lokesh. "Lightbox2". http://lokeshdhakar.com/projects/lightbox2/. Retrieved 2012-12-17. 
  6. Schmitt, Christopher (2006). CSS Cookbook. O'Reilly. pp. 207. ISBN 0-596-52741-1. 
  7. Zervaas, Quentin (2007). Practical Web 2.0 Applications with PHP. Springer. pp. 423. ISBN 1-59059-906-3. https://archive.org/details/practicalweb20ap0000zerv/page/423. 

External links