jquery-character-counter
jquery-character-counter copied to clipboard
support more than one class for counterCssClass
currently if more than once class is added the plugin breaks.
Would it be possible to have a fix to add multiple classes?
you can use customFields parameter,
$("#custom_fields").characterCounter({
counterCssClass: 'first-class-name'
customFields: {
'class': 'second-class-name',
}
});