$('.box').on('click',function(){ var this_item = $(this); $('.box').not(this_item).removeClass('tiklandi'); this_item.toggleClass('tiklandi'); });