$(document).ready(function(){ // $('.slider').slick({ // autoplay:true, // infinite: true, // speed: 300, // slidesToShow: 1, // adaptiveHeight: true, // arrows: false // $("#divSafeNotice").modal("show"); $(".safe-lnb-list > li").hover(function(){ $(".safe-lnb-list > li").find("a").css("color" , "#ffffff4d"); $(this).find("a").css("color" , "#fff"); }); $('html').hover(function(e) { if(!$(e.target).hasClass("safe-lnb-list")) { $(".safe-lnb-list > li").find("a").css("color" , "#fff"); } }); });
서버정보
업데이트
다운로드