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

Eric Stennett Solution for Pixart_js #134

Closed estennett closed 8 years ago

estennett commented 8 years ago

Comfort: 4 Completeness: 4

I was able to complete this challenge on my own. I was very proud of this fact. The only bug that I was not able to fix was that you have to push the set color button once before you can type in your color and select it. It may have to do with how many $(document).ready()'s I put into the code, which now that I look at it seems to be excessive. I enjoyed this exercise, and I enjoy using jQuery, it is much more user friendly to manipulate the DOM.

nolds9 commented 8 years ago

:+1: Great job on this. jQuery :100: I believe you on need one $(document).ready(function(){ }) that wraps the rest of your code.