Js color selection plug-in and js color plug-in

Source: Internet
Author: User

Js color selection plug-in and js color plug-in

COLPICK is a very light and small jquery plug-in that can implement color selector without pictures. It only uses JS and CSS to implement all functions and is very intuitive, similar to the Photoshop interface, easy to use. The color and shade are easily customized. html5 + CSS3 is used to achieve the appearance, and the plug-in is only 28 KB. the browser loading speed can be said to be very fast, in versions earlier than IE9, you only need to load html5shiv. js.

Download this plug-in and colpick. js and colpick.css to add it to the header of your document:

<script src="js/colpick.js" type="text/javascript"></script><link rel="stylesheet" href="css/colpick.css" type="text/css"/>

Html

<button id="picker">Show Color Picker</button>

Js

$ ('# ColorSelector '). colpick ({flat: true, layout: 'full', submit: true, width: 500, colorScheme: 'dark', color: "# bbbbbb", onChange: function (hsb, hex, rgb, el, bySetColor) {}, onSubmit: function (hsb, hex, rgb, el) {// process your business needs }}). keyup (function () {$ (this ). colpickSetColor (this. value );}). colpickSetColor ("passing in a default color ");

The above is all the content of this article. I hope this article will help you in your study or work. I also hope to provide more support to the customer's home!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.