This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: rating | |
title: JavaScript Color Pickers | |
user: bebraw | |
slug: javascript-color-pickers | |
includes: [nativeColorPicker, colorjoe, Flexi Colorpicker, SimpleColor, ExColor, JavaScript Colorpicker, Farbtastic, mooRainbow, jPicker] | |
body: | | |
If you are building an application that deals with graphics somehow, you are likely going to need a color picker. Fortunately | |
there are quite a few of those available for JavaScript. *HTML5 includes `color` input type even*. One color picker, aptly | |
named **nativeColorPicker**, provides a shim for Internet Explorer so that you have got all bases covered. Other pickers | |
available are more specialized. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Bugira Script | |
// @namespace http://use.i.E.your.homepage/ | |
// @version 0.55 | |
// @description injects bugira script | |
// @match http://jswiki.codegyre.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== | |
// http://stackoverflow.com/questions/2246901/how-can-i-use-jquery-in-greasemonkey-scripts-in-google-chrome |