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