ga-wdi-exercises / pixart_js

Use JS events and programmatically generated DOM elements to build a drawing application. [javascript, dom]
MIT License
9 stars 321 forks source link

Pixart HW - Erin Dawson #373

Closed edawson1980 closed 7 years ago

edawson1980 commented 7 years ago

Comfortability: 3 Completeness: 3

I couldn't get the functionality to change on the individual squares (in commits 4 and 5). I don't know what I'm doing wrong or missing, but I feel like I can't be that far off. I follow along in class pretty well I think, but I'm having a hard time applying these concepts.

Thanks, Erin

jsm13 commented 7 years ago

👍 Good work! I think the issue with the blocks changing green is that $('.square') is run before the squares are put on the screen so it doesn't target anything.