Noticias de INISEG CAST

Eduardo Carneiro, «Bolsonaro awakened the patriotism that was trapped in the Brazilians»

Eduardo Carneiro, «Bolsonaro awakened the patriotism that was trapped in the Brazilians» In this interview

Matt Pinksner, «99% of all people who enter the US illegally are being trafficked by the cartels»

Matt Pinksner, «99% of all people who enter the US illegally are being trafficked by

Mayor Manny Santos, «The US Constitution is incompatible with socialism»

Mayor Manny Santos, «The US Constitution is incompatible with socialism» We interviewed Congressman Manny Santos

Francois Vreÿ, «There is direct complicity between political officials and organized crime»

Francois Vreÿ, «There is direct complicity between political officials and organized crime» In this interview,

Helen Raleigh, «There is no new socialism, it is the same misery as always»

Helen Raleigh, «There is no new socialism, it is the same misery as always» Helen

Augusto Zimmermann, «Freedom of expression is the foundation of a free and democratic society»

Augusto Zimmermann, «Freedom of expression is the foundation of a free and democratic society» Zimmerman

$(document).ready(function() { $('#formulario-inscripcion').submit(function(e) { e.preventDefault(); // Evita el envío del formulario de la manera tradicional $.ajax({ type: $(this).attr('method'), // GET o POST url: $(this).attr('action'), // La URL a la que se envía el formulario data: $(this).serialize(), // Serializa los datos del formulario para el envío success: function(response) { // Aquí puedes manejar la respuesta del servidor alert('Inscripción satisfactoria'); // Muestra una alerta al usuario // También puedes limpiar el formulario si lo deseas $('#formulario-inscripcion').trigger('reset'); // Limpia el formulario }, error: function() { // Manejo del error alert('Hubo un error al enviar el formulario. Por favor, inténtalo de nuevo.'); } }); }); });