A jQuery plugin for creating stackable modal boxes.
Note: For animations to work, you need to include Animate.css or some other CSS3 keyframe animation library (or just create your own).
$ 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.
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>
Changelog can be found here.
=====
Copyright © 2014-2015 Stefan Bruvik.
(This plugin was forked from code written by Ivar Borthen i 2012.)
Version | Tag | Published |
---|---|---|
0.3.4 | latest | 7yrs ago |