vylr.flytauto.com
Open in
urlscan Pro
156.237.141.151
Public Scan
Submitted URL: http://vylr.flytauto.com/template/pc/skin/js/global.js
Effective URL: https://vylr.flytauto.com/template/pc/skin/js/global.js
Submission: On November 04 via api from US — Scanned from DE
Effective URL: https://vylr.flytauto.com/template/pc/skin/js/global.js
Submission: On November 04 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
$(function () { // å³è¾¹è¾¹æ 脚本 $(".aside li").hover(function () { $(this).find(".img1").hide(); $(this).find(".img2").show() $(this).children(".ewm").show(); $(this).children("div").css({ "display": "block", "opacity": 1 }); $(this).children("div").animate({ "right": "60px" }); }, function () { $(this).find(".img2").hide(); $(this).find(".img1").show(); $(this).children(".phone_meassage").animate({ "display": "none", "opacity": 0, "right": "-240px" }); $(this).children(".qq_online").animate({ "right": "-127px", "display": "none", "opacity": 0 }); $(this).children(".fx").animate({ "right": "-127px", "display": "none", "opacity": 0 }); $(this).children(".ewm").hide(); $(this).children(".search_box").animate({ "right": "-205px", "display": "none", "opacity": 0 }); }) $(".fx div").hover(function () { var index = $(this).index() + 1; $(this).find("img").attr("src", "images/sshare" + index + ".png"); }, function () { var index = $(this).index() + 1; $(this).find("img").attr("src", "images/share" + index + ".png"); }) $("#goTopBtn").click(function () { $('body,html').animate({ scrollTop: 0 }, 600); }) $(".top").click(function () { $('body,html').animate({ scrollTop: 0 }, 600); }) // 手机左边弹出èœå• $(".menu_icon").click(function () { $(".black_cloth").show(); $(".wrap_menu").animate({ "left": "0" }, 200); $("body").animate({ "left": "250px" }, 200); $("body").css("overflow", "hidden"); $(".wrap_footer").animate({ "left": "250px" }, 200); }) $(".black_cloth").click(function () { $(".black_cloth").hide(); $(".wrap_menu").animate({ "left": "-250" }, 200); $("body").animate({ "left": "0" }, 200); $("body").css("overflow", "visible"); $(".wrap_footer").animate({ "left": "0" }, 200); }) // 手机左边弹出èœå•ä¸‹æ‹‰ $(".wrap_menu>li.menu_lists>a").click(function () { if ($(this).parent().find(".wrap_menu_2").css("display") == "block") { $(this).parent().find(".wrap_menu_2").slideUp(); $(this).parent().find("p").html("+"); return; } $(".wrap_menu_2").slideUp(); $(".wrap_menu li p").html("+"); $(this).parent().find("p").html("-"); $(this).parent().find(".wrap_menu_2").slideDown(); }) //点击导航弹出左边èœå• $(".navigation").click(function () { $(".black_cloth").show(); $(".wrap_menu").animate({ "left": "0" }, 200); $("body").animate({ "left": "250px" }, 200); $("body").css("overflow", "hidden"); $(".wrap_footer").animate({ "left": "250px" }, 200); }) //点击å‰å‰å…³é—左边弹出èœå• $(".menu_close").click(function () { $(".black_cloth").hide(); $(".wrap_menu").animate({ "left": "-250" }, 200); $("body").animate({ "left": "0" }, 200); $("body").css("overflow", "visible"); $(".wrap_footer").animate({ "left": "0" }, 200); }) //手机底部 if ($(window).width() < 768) { var height = $(".wrap_footer").height() + 20; $(".pad").css("height", height + "px"); } $(window).resize(function () { //手机底部 if ($(window).width() < 768) { var height = $(".wrap_footer").height() + 20; $(".pad").css("height", height + "px"); } // dtWidth(); }) function share() { var width = $(".wrap_share").width(); var iconWidth = width * 0.2; var marginWidth = width * 0.04; var size = $(".wrap_share .wrap_share_box>div>a").size(); var parentWidth = (iconWidth * size) + marginWidth * (size + 1); $(".wrap_share .wrap_share_box>div>a").css({ "width": iconWidth + "px", "marginLeft": marginWidth + "px" }); $(".wrap_share .wrap_share_box>div").css("width", parentWidth + "px"); } share(); //手机底部点击æœç´¢ $(".w_searchButton").click(function () { var width = $(".wrap_footer").width(); if ($(".wrap_search_input").css("left") == width + "px") { $(".wrap_search_input").animate({ "left": 0 }, 300); } else { $(".wrap_search_input").animate({ "left": "100%" }, 300); } }) //手机èœå•ä¸‹æ‹‰ var n = 0; $(".phone-menuicon").click(function () { $(".phone-menulist").slideToggle(200); n++; $(this).find("img").css("transform", "rotate(" + 180 * n + "deg)"); }) // $(".phone_jia").append('<i class="jia">+</i><i class="jian">-</i>') $(".menu_list_body li a.sub1_a,.phone-menulist li a.sub1_a").click(function () { $(this).parent().siblings().find(".sub2").slideUp() $(this).parent().siblings().find("a.sub1_a").removeClass("cur") $(this).siblings(".sub2").slideToggle() $(this).toggleClass("cur"); console.log($(this).find(".img1").hasClass("none")); if ($(this).find(".img1").hasClass("none")) { $(this).find(".img1").removeClass("none"); $(this).find(".img2").addClass("none"); } else { $(this).find(".img2").removeClass("none"); $(this).find(".img1").addClass("none"); } $(this).parent().siblings().find(".img1").removeClass("none"); $(this).parent().siblings().find(".img2").addClass("none"); }) $(".sub2 li a.sub2_a").click(function () { $(this).parent().siblings().find(".sub3").slideUp() $(this).siblings(".sub3").slideToggle() }) // function dtWidth() { // var width = $(".pro_list dl dt").width(); // $(".pro_list dl dt").css("height", width + "px"); // } // dtWidth(); //模拟placeholder function inputplaceholder() { $('.feedback_list_box input').bind('input propertychange', function () { $(this).next().html(""); }); $(".feedback_list_box input").each(function (i) { var self = $(".feedback_list_box input:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) $(".feedback_list_box input").focus(function () { $(".feedback_list_box input").each(function (i) { var self = $(".feedback_list_box input:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) }) $(".feedback_list_box input").blur(function () { $(".feedback_list_box input").each(function (i) { var self = $(".feedback_list_box input:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) }) } inputplaceholder(); function textareaplaceholder() { $('.feedback_list_box textarea').bind('input propertychange', "textarea", function () { $(this).next().html(""); }); $(".feedback_list_box textarea").each(function (i) { var self = $(".feedback_list_box textarea:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) $(".feedback_list_box textarea").focus(function () { $(".feedback_list_box textarea").each(function (i) { var self = $(".feedback_list_box textarea:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) }) $(".feedback_list_box textarea").blur(function () { $(".feedback_list_box textarea").each(function (i) { var self = $(".feedback_list_box textarea:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) }) } textareaplaceholder(); function inputplaceholder1() { $(".ss input").each(function (i) { var self = $(".ss input:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) $('.ss input').bind('input propertychange', function () { $(this).next().html(""); }); $(".ss input").focus(function () { $(".ss input").each(function (i) { var self = $(".ss input:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) }) $(".ss input").blur(function () { $(".ss input").each(function (i) { var self = $(".ss input:eq(" + i + ")"); if (self.val() == null || self.val() == undefined || self.val() == "") { self.next().html(self.attr("names")); } else { self.next().html(""); } }) }) } inputplaceholder1(); //展开下一级 $("ul.sidemenu li a").click(function () { $(this).parent().siblings().find(".sidemenu2").slideUp()//如果è¦ç‚¹å‡»å…¶ä»–ç¼©ä¸ŠåŽ»åˆ™å¢žåŠ è¿™å¥ $(this).next("ul").slideToggle(300); setTimeout(function(){ var height1=$(".inMian_left").height(); var height2=$(".inMian_right").height(); $(".inMian_right").css("height",height1); },300); }) //当å‰é€‰ä¸é¡¹çš„所有父节点都显示出æ¥ï¼Œç¨‹åºä¼šå°†ç‚¹å‡»çš„lié¡¹é»˜è®¤æ·»åŠ .current $("ul.sidemenu li.current").parents().show(); $('#owl-demo').owlCarousel({ loop:true, items: 1, autoplay:true, autoplayTimeout:5000, autoplayHoverPause:true }); $('#owl-demo1').owlCarousel({ items: 1, }); // 头部固定 // $(window).scroll(function () { // var scrollHeight = $(window).scrollTop(); // if(scrollHeight>100){ // $("#header").addClass("fixed"); // } // }) })