-
14 fev 2012
Consumerização: laptops à frente dos tablets em preferência
-
14 fev 2012
iPad brasileiro chega em dezembro
$(function(){ $("#cadastrar").click(function(){ $("#formulario_news").hide("slow"); beforeSend:$("#carregando_news").show("slow"); var email = $("#email").val(); $.post("http://www.l7ti.com.br/wp-content/themes/l7ti/newsletter/cadastro.php",{email: email}, function(pegar_retorno){ complete:$("#carregando_news").hide("slow"); $("#retorno").show("slow").html(pegar_retorno); $("#voltar").click(function(){ $("#retorno").hide("slow"); $("#formulario_news").show("slow"); }); }); }); });