ga-wdi-exercises / project1

[project] GA- Project 1
3 stars 75 forks source link

issue with accessing object key values using jquery's .css() #302

Closed blinkhorn closed 6 years ago

blinkhorn commented 7 years ago

I tried to access an object's key values using jquery's .css() function. I expected to be able to add the css values to the div elements I created. Instead the div elements were created, but their css wasn't updated. My repo link is https://github.com/blinkhorn/tower-of-hanoi and my question is about lines 117–121 in script.js.