[].forEach.call(document.querySelectorAll('img[src="001.jpg"]'), function(el) { el.classList.add('нужныйКласс'); });