Twitter bootstrap – jquery validate with a character counter plugin
I have a page that has fields that are validated using jquery-validate plugin, and wanted to include a twitter like character counter on the fields to see how many chars are left Here is my demo http://jsfiddle.net/4k1vokgv/1/ $(document).ready(function() { $(".counter").characterCounter({…