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

Alex wandres solution #298

Closed awandres closed 8 years ago

awandres commented 8 years ago

Comfort - 5 Completeness - 4.5

Felt good about this HW, but I couldn't figure out how to get the 'mouseover' event to wait until I submitted the data. As soon as I wrote in the color on the input, it registered

nayana487 commented 8 years ago

can do something like this var color = $(".brush").css("background-color"); to get the earlier background color