//Componente 18 $(function(){ }) //Componente 39 $(function(){ $("#FormCotizarSugerenci").submit(function(e){ e.preventDefault(); $("#submit_form").prop("disabled",true).html("Enviando..."); $.post("./",$(this).serializeArray(),function(){ alert("Sus datos han sido almacenados, nos contactaremos con usted a la brevedad."); location.href="./"; }); return false; }); })//Componente 25 $(function(){ })