source: portal_2019/js/resetButtonsEvent.js @ 3483075

devportal
Last change on this file since 3483075 was 0155753, checked in by Argenis Osorio <argenisosorio580@…>, 9 months ago

Agregados archivos restantes al seguimiento de git

  • Property mode set to 100755
File size: 505 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  $(".button-please-wait").click(function() {
14    $("#respuestaVerificacion").html(`
15      <div class="alert alert-info" role="alert" style="margin-top:-45px;">
16        Procesando, por favor espere...
17      </div>
18    `);
19  });
20});
Note: See TracBrowser for help on using the repository browser.