Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 688 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 688 Bytes

jquery-tslot

This is a jQuery plugin for turning a list in a slotmachine wheel. The plugin should work with jquery 1.4++, but currently is not heavily tested.

Features

@todo

Usage

@todo

Attribution

The plugin was originally inspired by Matthew Lein's jSlots, but we had to rewrite it, to fit our needs.

As the plugin should also work for jQuery 1.4, we could not use the jquery widget approach. Therefore the jquery plugin structure is lent from Building an Object-Oriented jQuery Plugin to provide a reusable component holding state.