Validation jQuery sur le bouton cliquer

$('#btn').on('click', function() {
    $("#form1").valid();
});
Good Goshawk