var images = document.querySelectorAll('.box img'); [].forEach.call(images, function(self) { alert( self.width ); });