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();
});