Login   Register  
Icontem

File: js/example.js

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2011-06-09 15:13
Size: 169 bytes
 

Contents

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