Skip to content

Instantly share code, notes, and snippets.

View DavertMik's full-sized avatar
🤓
developing codeception & codeceptjs

Michael Bodnarchuk DavertMik

🤓
developing codeception & codeceptjs
View GitHub Profile
@DavertMik
DavertMik / 3-colorpickers.yml
Created December 5, 2012 20:44 — forked from bebraw/3-colorpickers.yml
Color picker blog post
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.
@DavertMik
DavertMik / Bugira.user.js
Created October 3, 2012 22:28 — forked from bebraw/Bugira.user.js
Bugira user script (expects jQuery to be found)
// ==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