jQuery Text Counter Simple Demo

by ractoon

HTML

<script src="https://rawgit.com/ractoon/jQuery-Text-Counter/master/textcounter.min.js"></script>
<textarea class="counter" rows="5" cols="50"></textarea>

JavaScript

$('.counter').textcounter({
	type: "word",
	max: 15,
	stopInputAtMaximum: false
});