kennym / jquery-lottery

Not working, and not being maintained, but accepting ideas :-)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-lottery Build Status

"Create a lottery from a ul list" jQuery plugin.

This plugin randomly chooses an element from a list of elements, and presents it in a lottery-like fashion.

Roadmap

  • Lottery animations
  • Configurable run limit of lottery
  • Specify triggers

Version

v0.1.0

Website Url

https://github.com/kennym/jquery-lottery

Bug tracker

If you find a bug, please raise it the issue here on Github!

Documenation

  • Basic usage
<ul id="lottery">
  <li>Foo</li>
  <li>Bar</li>
  <li>FooBar</li>
</ul>
$('#lottery').lottery();

Developer

Developed by Kenny Meyer, http://www.kennymeyer.net

About

Not working, and not being maintained, but accepting ideas :-)

License:MIT License


Languages

Language:JavaScript 76.2%Language:CoffeeScript 23.8%