iColorPicker - 最简单的拾色器!

iColorPicker是免费的,小(6kB),jQuery的颜色选择器。它将每个类名称为“iColorPicker”的输入字段转换为漂亮的颜色选择器。

现场示例





使用方法:

使用这个拾色器非常简单,您只需加载jQuery并加载iColorPicker脚本即可。现在,类名为“iColorPicker”的每个“输入”都将被转换为美丽的拾色器

代码如下:

<script src="jquery.js" type="text/javascript"></script>
<script src="iColorPickerLink.js" type="text/javascript"></script>
<input id="mycolor" name="mycolor" type="text" value="#ffcc00" class="iColorPicker" />

注意:每个“iColorPicker”类,都有一个唯一的ID。
网页模板