1").click(function(){ var is_show = $('.website-switch').css('display'); if(is_show=='none'){ $('.website-switch').show(); }else{ $('.website-switch').hide(); } });