首页 > 安豆文库 > 视频监控
微信咨询
客服电话
公众号
version: parseInt(b[2]) }; })() } //调用 //获取浏览器名称 if (global.browser.name == 'trident') { alert('为更好的用户体验,请您使用其他浏览器(如360、谷歌、火狐、QQ浏览器等)访问!'); } $(document).ready(function () { $("#showkefu").hover(function () { $(this).find("#kefu_zixun").attr("src", "./Public/newimages/wxzx_blue.png") // $(this).find(".wxTitle").css({'background-color':"#fc4c02","color":"#fff"}) $(this).find('.wxContact').removeClass('hidden') }, function () { $(this).find("#kefu_zixun").attr("src", "./Public/newimages/wxzx_blue1.png") // $(this).find(".wxTitle").css({'background-color':"#282422","color":"#fff"}) $(this).find('.wxContact').addClass('hidden') }) $("#showkefu2").hover(function () { $(this).find("#kefu_phone").attr("src", "./Public/newimages/kefu_tel_blue.png") // $(this).find(".wxTitle").css({'background-color':"#fc4c02","color":"#fff"}) $(this).find('.wxContact').removeClass('hidden') }, function () { $(this).find("#kefu_phone").attr("src", "./Public/newimages/kefu_tel_blue1.png") // $(this).find(".wxTitle").css({'background-color':"#282422","color":"#fff"}) $(this).find('.wxContact').addClass('hidden') }) $("#showkefu3").hover(function () { $(this).find("#gongzhonghao").attr("src", "./Public/newimages/gzh_blue.png") // $(this).find(".wxTitle").css({'background-color':"#fc4c02","color":"#fff"}) $(this).find('.wxContact').removeClass('hidden') }, function () { $(this).find("#gongzhonghao").attr("src", "./Public/newimages/gzh_blue1.png") // $(this).find(".wxTitle").css({'background-color':"#282422","color":"#fff"}) $(this).find('.wxContact').addClass('hidden') }) $("#turntop1").hover(function () { $(this).find(".turn2").attr("src", "./Public/newimages/lww_turntop.png") }, function () { $(this).find(".turn2").attr("src", "./Public/newimages/lww_turntop1.png") }) });