bootstrap-validator

reset重置表单

$('#btn-reset').click(function() {
    $('#changeForm').data('bootstrapValidator').resetForm(true);
});
文章目录