jQuery Countable Plugin Demos
An input with default settings
A textarea with default settings
The demo code
Here is the code used for the demo.
jQuery(function($) {
$('.countable').countable();
});
« Back to Code | Docs | Demos | Download | Source
Here is the code used for the demo.
jQuery(function($) {
$('.countable').countable();
});