How to validate wysiwyg editor using bootstrap validation
问题 Using bootstrap3-wysihtml5-bower 2013-11-22 (WYSIWYG Editor) and BootstrapValidator v0.5.2 Validate textarea(bootstrap-wysihtml5 editor) using bootstrap validation. Just need to check NotEmpty and Max Characters then submit Form. So far tried $('#setpolicyform').bootstrapValidator({ message: 'This value is not valid', feedbackIcons: { valid: 'glyphicon glyphicon-ok', invalid: 'glyphicon glyphicon-remove', validating: 'glyphicon glyphicon-refresh' }, ignore: ":hidden:not(textarea)", fields: {