var img = $('img'); img.on('click', function() { img.not(this).removeClass('chousen') $(this).addClass('chousen'); });