source: portal_2019/js/resetButtonsEvent.js @ 9e3d08b

devportal
Last change on this file since 9e3d08b was bbe2084, checked in by Angelo Osorio <danielking.321@…>, 5 years ago

Portal funcional

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