lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.2k stars 1.77k forks source link

How to turn off Lightbox 2? #679

Closed sweetngx closed 1 year ago

sweetngx commented 4 years ago

How can I close lightbox 2 when another element is clicked? I am trying to turn off lightbox2 by listening to my keyboard from a different cubicle.

$("#lightboxOverlay").on("keydown", function (e) { // Enter code here. });

cf-git commented 3 years ago
lightbox.end()