simplebox: a lightbox-like library for prototype
By arno on Thursday, July 1 2010, 22:56 - Permalink
Still as part of my next project, and still wanting to move reusable code into autonomous projects, I wrote simplebox, a lightbox-like library: a javascript library to display modal elements in a web page.
There already exist a lot of modal javascript libraries, but I was looking for one that:
- worked with prototype
- does not need script.aculo.us
- works for random html content (not only images)
- was opensource
So, I wrote my own. You can see a basic example or check code at github.