jQuery Simply Countable plugin demo

Demo 1

You have characters left.

$('#demo1').simplyCountable();

Demo 2

You have used words.

$('#demo2').simplyCountable({
  counter: '#counter2',
  countType: 'words',
  maxCount: 10,
  countDirection: 'up'
});

Copyright © 2009-2013 Aaron Russell.