Mark Nyon
Lives in New YorkStudied Tufts UniversityWorks at Grand Kru Technologies
Earlier this year, I was honored to be asked to join the board of a non-profit named The LAMP (thelampnyc.org), which is...
I recently needed a jQuery lightbox plugin to my Github account. I needed to add some functionality to it, so I added three options that can be set in the options hash that is sent to the lightbox() function call. They are displayed below with option name and parameter type: onClose( function ) - A callback function that is called when the lightbox closes. onOpen ( function ) - A callback function that is called when the lightbox opens. top ( integer ) - An integer which acts as "top" on the lightbox container. The repo is available on GitHub; any feedback or enhancements are appreciated. My next steps will include: Integrating documentation from the site Adding tests Include a minimize mechanism in the project I've tried contacting the owner of the original project, but I haven't heard anything. I'm going to maintain the Creative Commons license which allows sharing, as well as commercial use. Happy Thanksgiving, and enjoy!