OmniWindow
Extremely customizable modal window plugin for jQuery with 150 lines of code, written specially for programmers.
Main Ideas
- Modal window is not an image gallery.
- HTML and CSS should be outside of the plugin code.
- You can decide yourself which animations will annoy user's eyes.
- Magic numbers and tons of options? Not here.
- Callbacks are good for javascript.
- Default behaviour should be unobtrusive.
- 150 lines of code are enough for modal window plugin.
Documentation and Demos
Here is OmniWindow page
Contributors
- 0x000000 – idea and implementation
- Kaciaryna – help with documentation
- Damien Alexandre - jsHint compliance and strict mode
- xzyfer - add AMD support
- Nicholas Bowers — fixed hiding animation bug
- rkriegelm — fixed problem with AMD factory