我试图使用"CKEditor“来验证"BootstrapValidator”。不幸的是,我无法让它发挥作用。我试图更新不可见的textarea内容,但也没有帮助。CKEditor 4.2 or later // Revalidate the bio field
$('#profileForm').bootstrapValidator
如何从表单中仅重置bootstrapValidator错误。我不想删除表单中的所有数据,输入字段中的数据。我只想删除bootstrapvalidator中的错误。$('# FORM ').bootstrapValidator('resetForm',true);->这不起作用删除表单中的所有数据。谢谢