$('.toggle img').each(function(index) { if($(this).attr('data-id') == '4') { $(this).attr('data-block', 'something'); $(this).attr('src', 'something.jpg'); } });