0.3.4 • Published 9 years ago

stackbox v0.3.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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