Posted by Kelly Anderson on 25 Mar 2007 at 8:44 pm under Color Picker
I just realized that WordPress renames files with more than one dot in the name so my color picker examples were not working as they could not find the MooTools file. I have fixed the renamed file issue so all of the examples are now working.
You can check the most recent version […]
With the previous implementation of the Color Picker I used div elements to make the individual “pixels” of the color picker, attaching an event to each div element. This incurs quite a bit of overhead, causing the color picker to perform poorly especially on slower systems. The most obvious way to create something […]
Link