// JavaScript Document $(function(){ $(window).scroll(function(){ if($(window).scrollTop()> 20){ $("#w_wbox-1544599777738").addClass('sheader'); $("#w_wbox-1545039493475").addClass('sheader'); $("#w_img-1545039393166").addClass('sheader'); $(".header_search_bg").addClass('sheader'); } else{ $("#w_wbox-1544599777738").removeClass('sheader'); $("#w_wbox-1545039493475").removeClass('sheader'); $("#w_img-1545039393166").removeClass('sheader'); $(".header_search_bg").removeClass('sheader'); } }); }); //ๆœ็ดขๆ•ˆๆžœ $(document).ready(function(){ //$("body").append("
"); $("#w_img-1545039393166").click(function(){ if($("#w_wbox-1545039493475" ).css("display")=="none"){ $("#w_wbox-1545039493475" ).fadeIn(400); //$(".header_search_bg" ).show(); } }) $("#w_img-1545315763064" ).click(function(){ //$(".header_search_bg" ).hide(); $("#w_wbox-1545039493475" ).fadeOut(400); }) });