Consulte a situação da entrega de um ou mais objetos registrados postados nos Correios.
domingo, 11 de junho de 2017
$(function(){
var centralAtendimento = $('.centraldeatendimento');
$('#cabecalho .conteudo-topo .superior .span8').append(centralAtendimento);
$(".rastreio").click(
function() {
var numerosro = document.getElementById('OrderTracking').value;
window.open ('https://cnweb4.websiteseguro.com/logocn-integrada/correios.php?obj='+numerosro,'_blank','scrollbars=yes, menubar=yes, status=yes, resizable=no,');
}
);
var telefone = $('.span6 table.table tbody tr:nth-child(3) td:nth-child(2) span').html();
$('.numerotelefone').html(telefone);
var whatsapp = $('.span6 table.table tbody tr:nth-child(4) td:nth-child(2) span').html();
$('.numerowhatsapp').html(whatsapp);
var skype = $('.span6 table.table tbody tr:nth-child(5) td:nth-child(2) span').html();
$('.nomeskype').html(skype);
var email = $('.span6 table.table tbody tr:nth-child(7) td:nth-child(2) span').html();
$('.email').html(email);
$(".dropdown").hover(
function() {
$('.dropdown-menu', this).stop( true, true ).fadeIn("fast");
$(this).toggleClass('open');
$('b', this).toggleClass("caret caret-up");
},
function() {
$('.dropdown-menu', this).stop( true, true ).fadeOut("fast");
$(this).toggleClass('open');
$('b', this).toggleClass("caret caret-up");
});
});
Assinar:
Postagens (Atom)