Boulevard hacienda el jacal #408 Colonia jardines de la Hacienda Boulevard hacienda el, Blvrd Hacienda del Jacal 408, Jardines de la Hacienda, 76180 Santiago de Querétaro, Qro., México
Calz. de los Arcos 161, Calesa, 76020 Santiago de Querétaro, Qro.
Scroll al inicio
-1 ){ alert("Ingrese datos válidos para continuar"); btnLibroReclamo.attr('disabled',false); return false; }
if(frm.elements[i].value.indexOf("ScRiPt") > -1 ){ alert("Ingrese datos válidos para continuar"); btnLibroReclamo.attr('disabled',false); return false; }
value = frm.elements[i].value.replace(/]+>/gi, '');
value = value.replace('"','');
value = value.replace("'",'');
value = value.replace("('",'');
value = value.replace("')",'');
value = value.replace("%",'');
value = value.replace('%22','');
value = value.replace('&%<','');
value = value.replace('>','');
value = value.replace('Procesando...");
},
success: function(data){
var result="";
if(data.constructor == String){
result = JSON.parse(data);
}
if(data.constructor == Object){
result = JSON.parse(JSON.stringify(data));
}
if(result.success){
$("#frm-suscribir").trigger("reset");
$("#frm-suscribir").addClass( "hidden" );
$(".msgSuscribir").html('');
//$(".msgLibroReclamo").append("
"+ data +"
");
btnSuscribir.attr('disabled',false);
$(".msgSuscribir").append("Gracias por suscribirte, te mantendremos al tanto de Viñedos Querétaro");
$(".jet-popup__close-button").trigger("click");
localStorage.setItem('jetPopupData', '{"jet-popup-1820":{"status":"disable"}}');
}else{
$(".msgSuscribir").html('');
$(".msgSuscribir").append("Ocurrió un error, intenta nuevamente.");
}
},
error: function(error) {
$(".msgSuscribir").html('');
$(".msgSuscribir").append("
"+error+"
");
btnSuscribir.attr('disabled',false);
}
});
});
/*===================================================================================*/
/* MAKE POST
/*===================================================================================*/
function makePost(data){
var post = "";
console.log(data);
$.each( data, function( key, value ) {
if(value){
if(value != null){
post = post + encodeURIComponent(key) + "=" + encodeURIComponent(value) + "&";
}
}
});
post = $.trim(post);
post = post.substring(0,post.length-1);
return post;
}
});
});