source: portal_2019/js/resetButtonsEvent.js @ 43515b7

devportal
Last change on this file since 43515b7 was 157ce67, checked in by Argenis Osorio <argenisosorio580@…>, 3 years ago

Agregada función que elimina la tabla con los datos del sujeto firmante al darle click al botón limpiar del formulario

  • Property mode set to 100644
File size: 277 bytes
Line 
1$(function() {
2  /*
3  $("#resetVerificacion").click(function() {
4    $("#respuestaVerificacion").html('');
5  });
6  */
7  $(".removeTable").click(function() {
8    $("#respuestaVerificacion").html('');
9  });
10  $("#reset").click(function() {
11    $("#respuesta").html('');
12  });
13});
Note: See TracBrowser for help on using the repository browser.