ccgriswold / sf-product-customizer

product customization module for SF Shopify site
0 stars 1 forks source link

Wait for page to load before modifying the DOM. #1

Closed anyweez closed 8 years ago

anyweez commented 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.