$('.fa-play, .fa-pause, .fa-trash').click(function(){ var that = this; $(that).css('color', '#f00') })