-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Repository files navigation
SimpleBox is a javascript library to display modal elements in a web page. It's basically yet another [lightbox-clone][1]. It can be used to display any html content in a modal box. It can work with images, but also with videos, forms, etc. You can personalize methods used to close simplebox with argument options. SimpleBox fires custom events when simplebox is shown or hidden: _simplebox:shown_ and _simplebox:hidden_ respectively. [1]: http://planetozh.com/projects/lightbox-clones/
About
javascript lightbox clone to use with prototype.js