如何在Chrome中为颜色输入启用特定于浏览器的颜色选择器?

时间:2016-06-08 09:11:15

标签: html html5 google-chrome

Chrome和Firefox都在开发工具中提供了一个漂亮的颜色选择器。但每次单击<input type="color" />时,都会跳出类似xp的颜色对话框。最重要的是,我不能在Windows颜色选择器中选择不透明度。

编辑: 我想在开发工具中使用颜色选择器。 enter image description here

与此相反:
http://i1-win.softpedia-static.com/screenshots/Steinberger-Easy-Color-Picker_2.png

2 个答案:

答案 0 :(得分:0)

选中Spectrum Color Picker。它易于使用,而且您具有通过包括不透明度在内的各种选项来自定义颜色选择器的功能。

$("#showAlpha").spectrum({
    showAlpha: true
});

答案 1 :(得分:-1)

我对你的问题不了解,但我认为这对你有帮助 it will help you