• Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 12 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OmniWindow – extremely customizable modal plugin for jQuery!

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