source: prototipo_portal_2018/prototipo/static/js/functions/MultipleSign/Validaciones.js @ c3a6b20

Last change on this file since c3a6b20 was c3a6b20, checked in by José Sulbarán <jsulbaran@…>, 7 years ago

SE agrego las firma multiples

  • Property mode set to 100644
File size: 391 bytes
Line 
1$(document).ready(function (){
2     
3     /* $("#Form_sign_multiples").formValidation({
4        onkeyup: false,
5        rules: {
6            listadoDocument: {
7                required: true
8            },           
9        },
10         messages: {
11            listadoDocument: {
12                required: "Este campo es obligatorio."
13            },
14         },
15         
16    });
17  */
18}); 
Note: See TracBrowser for help on using the repository browser.