Open neuropass opened 8 years ago
you can use customFields
parameter,
$("#custom_fields").characterCounter({
counterCssClass: 'first-class-name'
customFields: {
'class': 'second-class-name',
}
});
currently if more than once class is added the plugin breaks.
Would it be possible to have a fix to add multiple classes?