click_check = false; $('#m1').click(function(){ if(click_check == fasle){ click_check = true; //Делаем что то }else{ //Делаем что то } }