"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