jquery-character-counter icon indicating copy to clipboard operation
jquery-character-counter copied to clipboard

support more than one class for counterCssClass

Open neuropass opened this issue 9 years ago • 1 comments

currently if more than once class is added the plugin breaks.

Would it be possible to have a fix to add multiple classes?

neuropass avatar Aug 10 '16 20:08 neuropass

you can use customFields parameter,

$("#custom_fields").characterCounter({ 
                counterCssClass: 'first-class-name'
            	customFields: {
            		'class': 'second-class-name',
            	}
            });

dalistoadsoft avatar Oct 09 '18 09:10 dalistoadsoft