- Menu scripts
- Window scripts
- Calendar scripts
- Gallery scripts
- Form widgets
- XP widgets
- Table widgets
- Drag and drop
- Folder trees
- Tooltips
- AJAX scripts
- Misc scripts

- Javascript games
- Chess widgets
- DHTML Suite
- Top sponsors
- anbieter-vergleichen
- Sigmalist.com
- Metis.net
- More
- Top referers
- Yahoo
- smashingmagazine.com
- miniajax.com
- noupe.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)">


