jquery.flipcounter plugin -- Arturo Fernandez <[email protected]>
This jQuery pluing creates a simple flip counter. It value should be changed using the "setValue()" public method. The value never changes automatically.
Based on:
http://cnanney.com/journal/code/apple-style-counter-revisited/
http://cnanney.com/journal/code/apple-style-counter/
Modified by: Arturo Fernandez ([email protected])
Licensed under MIT: http://www.opensource.org/licenses/mit-license.php
jQuery 1.3+ is required.
Please, take a look at index.html file.
setValue(): An integer is required as parameter. This method sets the value of the counter.
Download index.html and jquery-flipcounter.js and load the HTML using your favourite web browser.