Stackbox.js
Version 0.3.4
A jQuery plugin for creating stackable modal boxes.
Documentation & Examples
- Stackbox Docs: http://stefan.codes/stackbox/
- CodePen Demo: http://codepen.io/stebru/pen/oXZErp?editors=101
Installation
Note: For animations to work, you need to include Animate.css or some other CSS3 keyframe animation library (or just create your own).
Bower
$ bower install stackbox --save
The source files can be found in the plugin/src/
folder, and minified versions in plugin/dist/
Include either plugin/src/jquery.stackbox.js
+ plugin/src/jquery.stackbox.css
, or plugin/dist/jquery.stackbox.min.js
+ plugin/dist/jquery.stackbox.min.css
to your page.
Other
Hit the Download ZIP button to the right, and extract its contents to your project.
Add the js and css files:
<link rel="stylesheet" href="jquery.stackbox.min.css"> <script src="jquery.stackbox.min.js"></script>
Changes
Changelog can be found here.
=====
Copyright © 2014-2015 Stefan Bruvik.
(This plugin was forked from code written by Ivar Borthen i 2012.)