$(function(){ var winH=$(window).height(); var winW=$(window).width(); //pc端导航部分 if(winW>767){ pc_nav(); }else{ $(document).on('click','.nav_phone_btn',function(){ if($(this).hasClass("visible_nav")){ $('.nav_phone_con>ul>li').removeClass('on'); $('.nav_phone_btn').removeClass('visible_nav'); $('body').removeClass('body_nav_phone'); $('html').removeClass('html-hidden'); // $("html,body").css({overflow:"visible"}); }else{ $('.nav_phone_con>ul>li').addClass('on'); $('.nav_phone_btn').addClass('visible_nav'); $('body').addClass('body_nav_phone'); $('html').addClass('html-hidden'); //$("html,body").css({overflow:"hidden"}); } }); $(document).on('click','.phone-nav-bg',function(){ $('.nav_phone_con>ul>li').removeClass('on'); $('.nav_phone_btn').toggleClass('visible_nav'); $('body').toggleClass('body_nav_phone'); $('html').removeClass('html-hidden'); //$("html,body").css({overflow:"visible"}) }); $(document).on('click','.phone-con>ul>li',function(){ $(this).addClass('on'); }); $(document).on('click','.phone-con>ul>li ul>li:first-child',function(e){ $('.phone-con>ul>li').removeClass('on'); e.stopPropagation(); }); $(document).on('click','.phone-con>ul>li .menu_3',function(e){ $(this).parents("li").addClass('on'); e.stopPropagation(); }); $(document).on('click','.phone-con>ul>li dl>dd:first-child',function(e){ $('.phone-con>ul>li ul>li').removeClass('on'); e.stopPropagation(); }); } // JavaScript Document $(document).ready(function () { $(window).scroll(function(){ if($(this).scrollTop()>0){ $('body').addClass('scrollHeader'); }else{ $('body').removeClass('scrollHeader'); } }); }); //end //return_top $(window).scroll(function(){ if($(window).scrollTop() > 10){ $(".gotop").fadeIn("slow"); }else{ $(".gotop").fadeOut("slow"); }; }); $(".gotop").click(function(){ $("html,body").animate({scrollTop:"0px"}, 500); }); $(document).on("click", ".aside-rt .close", function () { if($(this).hasClass('hover')){ $(this).removeClass("hover"); $(".aside-rt .con").removeClass("on"); }else{ $(this).addClass("hover"); $(".aside-rt .con").addClass("on"); } }) //输入框获得焦点 $(document).on('click','.login-form-tc ul li',function(){ $(this).find(".inp input").focus(); $(this).find(".inp_time").addClass("on"); }) $(document).on('click','.login-form-tc .close-btn',function(){ $(".login-tc").fadeOut(); }) $(document).on('click','.login-tc-btn',function(){ $(".login-tc").fadeIn(); }) //pic_num $(".pic_num .jian").click(function () { var inputBox = $(this).next(".input-box").find("input").val(); inputBox = parseInt(inputBox) - 1; if (inputBox < 2) { $(this).addClass("on"); } if (inputBox == 0) { alert("礼品数量不能低于一件"); } else { $(this).next(".input-box").find("input").val(inputBox); } }); //jia $(".pic_num .jia").click(function () { $(this).parents(".pic_num").find(".jian").removeClass("on"); var inputBox = $(this).prev(".input-box").find("input").val(); inputBox = parseInt(inputBox) + 1; $(this).prev(".input-box").find("input").val(inputBox); }); // //公共选项卡切换 $(document).on("click", ".tab-box .tab-a", function () { // $(this).addClass("on").siblings().removeClass("on"); //var ii = $(this).index(); // $(this).parents(".tab-box").find(".tab-b").eq(ii).show().siblings().hide(); }) // $(".tab-box").each(function (i) { //$(this).find(".tab-a:eq(0)").addClass("on"); //$(this).find(".tab-b").eq(0).show().siblings().hide(); }); //公共选项卡切换 $(document).on("mouseover", ".tab-box2 .tab-a", function () { $(this).addClass("on").siblings().removeClass("on"); var ii = $(this).index(); $(this).parents(".tab-box2").find(".tab-b").eq(ii).show().siblings().hide(); }) // $(".tab-box2").each(function (i) { $(this).find(".tab-a:eq(0)").addClass("on"); $(this).find(".tab-b").eq(0).show().siblings().hide(); }); //背景图片替换 $(".aimgbg").each(function(i){ if ($(window).width() > 767) { simg=$(this).data("big"); $(this).css({"background-image":'url('+simg+')'}); }else{ srcl=$(this).data("phone"); $(this).css({"background-image":'url('+srcl+')'}); } }) if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){ var wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 100, mobile: true, live: true }); wow.init(); }; //--------------模拟下拉 $(document).on("click", ".select-box dt", function (e) { e.preventDefault(); e.stopPropagation(); $(this).toggleClass("open"); if ($(this).hasClass("open")) { $(this).parents(".select-box").find("dd").show(); $(this).parents(".select-box").addClass("on"); } else { $(this).parents(".select-box").find("dd").hide(); $(this).parents(".select-box").removeClass("on"); } $(this).parents("li").siblings().find(".select-box dd").hide(); $(this).parents("li").siblings().find(".select-box dt").removeClass("open"); }) $(document).on("click", ".select-box dd a", function (e) { $(this).addClass("on").siblings().removeClass("on"); $(this).parents(".select-box").find("dt b em").text($(this).text()); $(this).parents(".select-box").next(".select-hidden").val($(this).attr("data-val")); $(this).parents(".select-box").find("dt").removeClass("on"); $(this).parents(".select-box").removeClass("on"); $(".select-box dt").removeClass("open"); $(".select-box dd").hide(); }) $(document).click(function () { $(".select-box dt").removeClass("open"); $(".select-box dd").hide(); $(".header .search_box").removeClass("open"); $(".select-box").removeClass("on"); $(".error-tit").hide(); }) //end //箭头添加效果 $(document).on("click", ".full_select .prov_div", function (e) { if($(this).hasClass("on")){ $(this).removeClass("on"); }else{ $(this).addClass("on"); } }) //模拟复选按钮 /* $(".check_group").click(function(){ var $but = $(this).find(".checkbox"); if($but.hasClass("checkbox02")){ $but.removeClass("checkbox02"); $but.find(".check").removeAttr("checked"); }else{ $but.addClass("checkbox02"); $but.find(".check").attr("checked",'true'); } }); */ //分享 var title_2 = encodeURIComponent("拓普康索佳(上海)科贸有限公司"); $(".ns-share .a2").click(function () {//新浪微博 var url = window.location.href; var img = "" var title = document.title; var op = "http://service.weibo.com/share/share.php?url=" + encodeURIComponent(url) + "&title=" + title + "&searchPic=" + img + "" window.open(op) }) $(".aside-rt .a2").click(function () {//新浪微博 var url = window.location.href; var img = "" var title = document.title; var op = "http://service.weibo.com/share/share.php?url=" + encodeURIComponent(url) + "&title=" + title + "&searchPic=" + img + "" window.open(op) }) $(".weixin_but").click(function () {//微信 var url = $(this).attr("data-qrcode") //alert(url) var title = "" title += "
" title += "x" title += "

二维码

" title += "
" title += "

扫一扫

" title += "
" $("body").remove(".weixin"); $("body").append(title) //var op="http://service.weibo.com/share/share.html?url='"+ url +"'&title='"+ title +"'&searchPic=false" //window.open(op) }) $(document).on("click", ".weixin .c", function () { //alert(0) $(".weixin").remove(); }) // }) function pc_nav(){ $('.header .nav>ul>li .navlist').fadeOut(0); $('.header .nav>ul>li').each(function(){ if ($(this).find('li').length>-2) { $(this).mouseover(function() { var i = $(this).index()-1; $(this).find('.navlist').stop(true,true).delay(200).slideDown(300); $(this).siblings().find('.navlist').slideUp(300); $(".nav_img ul li").hide(); if(i<0){ $('.nav_img').slideUp(300); $(".nav_img ul li").hide(); }else if(i>4){ $('.nav_img').slideUp(300); $(".nav_img ul li").hide(); }else{ $(".nav_img").slideDown(300); $(".nav_img ul li").eq(i).show().siblings().hide(); } }); } }); $('.header').mouseleave(function(){ $('.header .navlist').slideUp(300); $('.nav_img').slideUp(300); $(".nav_img ul li").hide(); }) }