/jquery.roulette

jQuery roulette plugin.

Primary LanguageJavaScriptMIT LicenseMIT

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)