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

Alexbannon solution #74

Closed alexbannon closed 9 years ago

alexbannon commented 9 years ago

comfort: 5/5 completeness: 5/5

Had a bit of trouble trying to switch from mouseover to mousedown/mouseup.

jshawl commented 9 years ago

:+1: re: your troubles, you need to use .on("hover")... mouseover is a non-jQuery event