New on DHTMLGoodies.com:
DHTML Chess is now available for WordPress at WordPressChess.com.
Color picker
Submitted script - Author: sebo zoltan
Download script
You can download the entire script from this Zip file
Setup
Include the colorPicker.js and colorPicker.css file in your <h;head> section:
<script type="text/javascript" language="javascript" src="js/colorPicker.js"></script>
<link rel="stylesheet" href="css/colorPicker.css" type="text/css"></link>
Then use codes like this to assign it to your text inputs:
<input type="text" id="bau" onclick="startColorPicker(this)" onkeyup="maskedHex(this)">
Post your comment
Comment preview: