Installation

Prequisites

Both are also provided in a current version in the lib folder.


Required files

1. Copy lib/jquery-smallipop.js to your javascript folder.

2. Copy lib/jquery-x.x.x.min.js to your javascript folder if you don't use jQuery already.

3. Copy lib/modernizr-x.x.x.js to your javascript folder if you don't use modernizr already.

4. Copy css/jquery-smallipop.css to your css folder.

5. Copy css/animate.min.css to your css folder if you want to use the advanced css based animations.

There is a minified version of the smallipop javascript for production in the lib folder too.


Modify your html header

Add these lines to the header of your html file and replace x.x.x with the correct versions

<link rel="stylesheet" href="css/jquery-smallipop.css" type="text/css" media="all" title="Screen"/>
<script type="text/javascript" src="lib/jquery-x.x.x.min.js"></script>
<script type="text/javascript" src="lib/modernizr-x.x.x.min.js"></script>
<script type="text/javascript" src="lib/jquery-smallipop.js"></script>

© 2012-2013 by Small Improvements