Jquery的颜色插件很多,今天推荐的一款是一个非常简洁的小插件:http://www.syronex.com/software/jquery-color-picker ,
Usage
Minimal
$('#test').colorPicker({
click: function(color){$('#output').html(c);}
});
Options
$('#test').colorPicker({
defaultColor: 0, // index of the default color (optional)
columns: 13, // number of columns (optional)
color: ['#FFFFFF', '#EEEEEE'], // list of colors (optional)
// click event - selected color is passed as arg.
click: function(color){$('#output').html(c);},
});
Download
[url=http://www.syronex.com/software/jquery-color-picker.zip]Download [/url](zip, 19K)
Usage
Minimal
$('#test').colorPicker({
click: function(color){$('#output').html(c);}
});
Options
$('#test').colorPicker({
defaultColor: 0, // index of the default color (optional)
columns: 13, // number of columns (optional)
color: ['#FFFFFF', '#EEEEEE'], // list of colors (optional)
// click event - selected color is passed as arg.
click: function(color){$('#output').html(c);},
});
Download
[url=http://www.syronex.com/software/jquery-color-picker.zip]Download [/url](zip, 19K)