🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Stackbox is a jQuery plugin for creating stackable modal boxes. It’s easy to customize using CSS / LESS.For animations to work, you need to include Animate.css or some other CSS3 keyframe animation library.

Animation CSS HTML5 Plugins Popup Window

Documentation

Stackbox.js

Gitter Build Status bitHound Score

Version 0.3.4

A jQuery plugin for creating stackable modal boxes.

Documentation & Examples

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.)


You May Also Like