brecky / jquery.roulette

jQuery roulette plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Roulette

jQuery Roulette plugin.

Getting Started

Download the production version or the development version.

In your web page:

<script src="libs/class.support/class.support.min.js"></script>
<script src="libs/jquery/jquery.min.js"></script>
<script src="libs/jquery.rotate/jQueryRotateCompressed.js"></script>
<script src="dist/jquery.roulette.min.js"></script>
<script>
var roulette = new lineplay.event.Roulette({
  id: '#ct',
  afterSpin: function() {
    // TODO after spin.
  }
});
roulette.spin();
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

jQuery roulette plugin.

License:MIT License


Languages

Language:JavaScript 93.3%Language:CSS 5.5%Language:HTML 1.2%