File: js/example.js

Recommend this page to a friend!
  Classes of Roy Yu   Spin Wheel   js/example.js   Download  
File: js/example.js
Role: Example script
Content type: text/plain
Description: example - how to use
Class: Spin Wheel
jQuery plug-in for the spin the wheel using canvas
Author: By
Last change:
Date: 12 years ago
Size: 169 bytes
 

Contents

Class file image Download
$(document).ready(function(){ $('.canvas').spinwheel({ pplArray : ["♈", "♉", "♊", "♋","♌", "♍", "♎", "♏","♐", "♑", "♒", "♓"] }); });