$(document).ready(function(){ $('header .head_bot .nav li').each(function(index){ $(this).click(function(){ $('header .head_bot .nav li').removeclass('nav_bor'); $('header .head_bot .nav li').eq(index).addclass('nav_bor'); }) }) $('header .wap_menu').click(function(){ $('.wap_cd').fadein(); }) $('.wap_cd .wap_close').click(function(){ $('.wap_cd').fadeout(); }) })