Simple Lightboxing | The Programmer’s Lightbox Tool | Lightbox_me
Posted on June 4, 2010, under jQuery,
Bookmark it
Lightbox_me aims to be a simple solution to lightbox a DOM element without having all the fanciness of all the lightbox-related plug-ins out there. It’s an essential tool for the jQuery developer’s toolbox. Feed it a DOM element wrapped in a jQuery object and it will lightbox it for you, no muss no fuss.
Features include:
- Handles overlay resize when the window is resized
- Handles overlay size in cases where the document is smaller than the window
- Handles position: fixed in all browsers
- Position: fixed automatically swaps to position: absolute when the window size is smaller than the modal, so the user can scroll to see the contents
- Tiny footprint (just over 1000 bytes gzipped & compressed)
- Small DOM overhead (adds 1 DOM element for the overlay)
- Dynamic iFrame shim is created and destroyed for the IE 6 select box peek issue (tested and working on HTTPS pages)
- Source & Demo: http://buckwilson.me/lightboxme/
- Download: http://github.com/buckwilson/Lightbox_me/zipball/master
Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!
- June 4, 2010
- article by Gabriel C.
- 4 comments
Related Posts
-
Bumpbox – An Awesome Lightbox Clone with Support for PDF Filesat July 25, 2009
-
Facebook-style Lightbox/Modalbox powered by jQuery and MooToolsat March 12, 2010
-
LeanModal: Super Simple Lightweight Modal Window Pluginat July 3, 2011 with 1 comment
-
Powerful, Flexible, Simple to use Upload Tool: Pluploadat February 9, 2010
-
TopUp: A Free, Unobtrusive, Easy to use JavaScript PopUp/Lightboxat December 1, 2009


4 Replies to "Simple Lightboxing | The Programmer’s Lightbox Tool | Lightbox_me"
July 10, 2010 at 9:39 PM
Why is this the last post in over a month?!
July 21, 2010 at 2:35 PM
My apologies, but I just haven’t had the time to make more posts in the past month. I will do what I can to write at least weekly on this blog. I am quite busy during this summer.
August 22, 2010 at 9:31 PM
Nice lightbox idea, makes a difference from having the boring login box embedded on the page.
October 31, 2010 at 11:37 AM
Hi, does anybody knows how to keep lightbox_me open in case of login error?
I have a function with PHP and JS that sends the message to the login box but with the lightbox_me it closes and the user can’t see the error.
Anybody knows how to create a direct function not based onclicks so I can call it directly?
Thank you.