How it Works
Quovolver is a simple extension for jQuery that takes a group of quotes and displays them on your page in an elegant way.
How to Install:
- Download and unzip the Quovolver files. The download contains four files:
- jquery.quovolver.js
- style.css
- readme.txt
- index.html
- Link to the
jquery.quovolver.jsfile from your project. Make sure to include jQuery. Link to jQuery Download jQuery - Call the script in your document ready function with this line of code:
$(’element’).quovolver();
That’s it! Now your site displays all the selected quotes in a clean and simple way.