Stackbox.js is very similar to the popover component from Bootstrap.
It works practically the same way, like a classic tooltip, with support for header and footer fields, and an easy to use angling system.
The plugin's name implies support for stackable popups, which is true and included, allowing developers to nest multiple messages inside one another.
The Stackbox popovers can also be animated via the fantastic Animate.css library, and each popover can also be customized using custom themes.
Inside the popup window all type of content can be displayed, from simple images, to iframes, videos, and HTML-styled content.
The plugin can be used in any project that requires showing small feedback messages to various user-taken actions.
What is new in this release:
- Fixed a bug where the close animation failed, because the animation end event handlers were registered twice.
What is new in version 0.2.6:
- Fixed positioning bug when using animation on open.
- Added animation end detection support for Opera.
- QUnit tests are now running properly on Travis CI.
- .editorconfig added to project.
Requirements:
- JavaScript enabled on client side
- jQuery 2 or higher
Comments not found