$('.fa-play, .fa-pause, .fa-trash').click(function(){ var that = this; $.ajax({ success: function(data) { console.log($(that)); } }); } });