Antonio-Laguna / jQuery-ColorPicker

This is yet another colorpicker plugin for jQuery since most of them are not on GitHub nor being mantained at the moment.
Other
91 stars 22 forks source link

Changing Click to Mousedown #5

Closed bendman closed 11 years ago

bendman commented 11 years ago

This change will make events work to match other existing color pickers so that this one works as expected by users.

This was partially done by dm when he switch the events to be onclick instead of onmousemove, but to match existing color pickers (and user expectations), this was changed to onmousedown.

Antonio-Laguna commented 11 years ago

Hi @bendman thanks for that. Good work here!