Submit your widget

Simple Revolving Quotes With JQuery Plugin

Created 13 years ago   Views 16463   downloads 3673    Author sandbox
Simple Revolving Quotes With JQuery Plugin
View DemoDownload
118
Share |

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.