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 use it?
1. Download and unzip the Quovolver files. The download contains four files:
- jquery.quovolver.js
- style.css
- readme.txt
- index.html
2. Link to the jquery.quovolver.js file from your project. Dont forget to make sure include jQuery Framework
3. 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.
Demo : http://sandbox.sebnitu.com/jquery/quovolver
Requirements : jQuery