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:

  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. Make sure to include jQuery. Link to jQuery Download jQuery
  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.