$(document).ready(function() { $("div.tabcoluna_img a.produto-tip, a.atende-tip").tooltip({ delay: 0, showURL: false }); $('#toplogar input, #procurar').focus(function() { if (this.value == this.defaultValue){ this.value = ''; } if(this.value != this.defaultValue){ this.select(); } }); $('#toplogar input, #procurar').blur(function() { if ($.trim(this.value) == ''){ this.value = (this.defaultValue ? this.defaultValue : ''); } }); $("#masthead #topo_menu div.menu ul li a").hover(function(){ $(this).stop().animate({opacity: "0.5"}, 'slow'); }, function(){ $(this).stop().animate({opacity: "1"}, 'slow'); }); window.setTimeout("ShowBasketFlutuante();StartBasket();", 1000); $('#barraCarrinho #botao_cesta').click(function() { var campo_procurar = $('#barraCarrinho #procurar').val(); if(campo_procurar=='') { $('#barraCarrinho #procurar').focus(); }else{ document.location.href="produto.php?LISTA=produto&PROCURAR="+campo_procurar; } }); $('#footer #botao_cesta').click(function() { var campo_procurar = $('#footer #procurar').val(); if(campo_procurar=='') { $('#footer #procurar').focus(); }else{ document.location.href="produto.php?LISTA=produto&PROCURAR="+campo_procurar; } }); $('#buscar #botao_cesta').click(function() { var campo_procurar = $('#buscar #procurar').val(); if(campo_procurar=='') { $('#buscar #procurar').focus(); }else{ document.location.href="produto.php?LISTA=produto&PROCURAR="+campo_procurar; } }); $('#simula_frete').click(function() { var qtde = document.getElementById("QTDE").value; Shadowbox.open({ content: 'janela.php?LISTA=simulafrete&PID=847&qtde='+qtde, player: "iframe", title: "", height: 325, width: 655, onClose: function() { window.location.reload(); } }); }); $('#simula_cfrete').click(function() { var qtde = document.getElementById("QTDE").value; var cep = document.getElementById("CEP").value; if(cep!="") { Shadowbox.open({ content: 'janela.php?LISTA=simulafrete&PID=847&INDICA=gravar&qtde='+qtde+'&cep='+cep, player: "iframe", title: "", height: 425, width: 655, onClose: function() { window.location.reload(); } }); }else{ alert("Para Consultar o frete e prazo de entrega\nInforme o CEP corretamente."); document.getElementById("CEP").focus(); } }); $('#indica_prod').click(function() { Shadowbox.open({ content: 'janela.php?LISTA=indica&PID=847', player: "iframe", title: "", height: 445, width: 475, onClose: function() { window.location.reload(); } }); }); $('#aviseme').click(function() { Shadowbox.open({ content: 'janela.php?LISTA=aviseme&PID=847', player: "iframe", title: "", height: 445, width: 655, onClose: function() { window.location.reload(); } }); }); $('#esqueci_senha').click(function() { Shadowbox.open({ content: 'http://127.0.0.1/CONSULTE/Dinamico_Lojas_Php/thf_autosuper/https/login.php?acao=senha', player: "iframe", title: "", height: 205, width: 475, onClose: function() { window.location.reload(); } }); }); $('#esqueci_cep').click(function() { Shadowbox.open({ content: 'http://127.0.0.1/CONSULTE/Dinamico_Lojas_Php/thf_autosuper/form/form_busca_cep.htm', player: "iframe", title: "", height: 305, width: 475, onClose: function() { window.location.reload(); } }); }); }); /* var timerCarrinho = ''; $(function(){ $('#tab_produtos tr td div.produto-dd').draggable({ helper: 'clone', start: function() { clearTimeout( timerCarrinho ); $('#carrinho-container,#carrinho-container-cesta').show(); } }); $('#carrinho-produtos').droppable({ hoverClass: 'ui-state-hover', accept: '.produto-dd', drop: function( event, ui ) { $(this).find('.adicione').remove(); var cod = ui.draggable.find('.produto-id').val(); $('#carrinho-info').html('' ); window.open('includes/thfunctions_ferramentas.php?PAGINA=dragcar&ID='+cod,'ocultocar'); } }); $('#carrinho-produtos-cesta').droppable({ hoverClass: 'ui-state-hover', accept: '.produto-dd', drop: function( event, ui ) { $(this).find('.adicione').remove(); var cod = ui.draggable.find('.produto-id').val(); $('#carrinho-info-cesta').html('' ); window.open('includes/thfunctions_ferramentas.php?PAGINA=dragcar&ID='+cod,'ocultocar'); } });*/ $('#carrinho-container,#carrinho-container-cesta').mouseenter(function(){ clearTimeout( timerCarrinho ); }); $('#carrinho-container,#carrinho-container-cesta').mouseleave(function(){ var carrinho = $(this); timerCarrinho = setTimeout( function(){ $(carrinho).slideUp(); }, 1000 ); }); /*$('#galeria_fotos').jqzoom({ zoomType: 'standard', lens:true, preloadImages: true, alwaysOn:false, xOffset:30, yOffset:30, position:'right', title:false });*/ }); function THFJanelaModalExt(pagina,largura,altura) { Shadowbox.open({ content: pagina, player: "iframe", title: "", height: altura, width: largura, onClose: function() { window.location.reload(); } }); } $(function(){ if(window.innerHeight){ var innerWidth = window.innerWidth; //FOX if(innerWidth<="1024"){ $("#buscar div.bc").css({ display: "none" }); } }else{ if(document.body.clientHeight) { var innerWidth = $('html').innerWidth(); //IE if(innerWidth<="1024"){ $("#buscar div.bc").css({ display: "none" }); } } } });