Closed anyweez closed 8 years ago
The error you sent is occurring because you're trying to change img's src before the DOM has loaded. You always need to wait for the page to load before doing any sort of DOM interaction.
The error you sent is occurring because you're trying to change img's src before the DOM has loaded. You always need to wait for the page to load before doing any sort of DOM interaction.