evol.colorpicker: evol.colorpicker is a web color picker which looks like the one in Microsoft Office 2010.

evol.colorpicker is a web color picker which looks like the one in Microsoft Office 2010. It can be used inline or as a popup binded to a text box. It is a full jQuery UI widget, supporting various configurations and themes.

Download: https://github.com/evoluteur/colorpicker

Demonstration: http://evoluteur.github.io/colorpicker/index.html

Plugin homepage: https://github.com/evoluteur/colorpicker

Implementation:

$("#mycolor").colorpicker();

Options:

colorStringDefault : null – Used to set the default color value.
defaultPaletteStringDefault : theme – Used to set the default color palette. Possible values are “theme” or “web”.
displayIndicatorBooleanDefault : true – Used to show color value on hover and click inside the palette.
historyStringDefault : both – Have the colorpicker appear automatically when the field receives focus (“focus”), appear only when a button is clicked (“button”), or appear when either event takes place (“both”). This option only takes effect when the color picker is instanciated on a
stringsStringDefault : Theme Colors,Standard Colors,Web Colors,Theme Colors,Back to Palette,History,No history yet. – Used to translate the widget. It is a coma separated list of all labels used in the UI.
transparentColorBooleanDefault : false – Allow for selection of the “transparent color”. The hexadecimal value for the transparent color is “#0000ffff”.

Methods:

showPalette()FunctionShow the palette (when using the widget as a popup).
hidePalette()FunctionHide the palette (when using the widget as a popup).

Screenshots:

How a Loop Through a JavaScript Object?

How a Loop through a JavaScript object?Javascript Objects are Variables Containing Variables.In Java…

How to Search Item in List in JavaScript

Multi Step Form Using HTML and JavaScript

Form is the important part in web design. Form is the primary interface to the user by which user is…

How to Create Custom CSS, jQuery Autocomplete Plugin

Web developers often use autocomplete features in websites as a part of their work. Yet lot of good …

How to Make Sticky Sidebar Using jQuery and CSS

Sticky sidebar is an essential part of web development. Not in all cases but for some cases where ou…

Selectors, Animation, and AJAX – jQuery Tutorial And Examples

By now I’m sure you have grasped at least the basics and simplicity of the jQuery library. Now it’s …