demo.html 209 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12
<html>
<head>
	<title>jscolor demo</title>
</head>
<body>

	<script type="text/javascript" src="jscolor.js"></script>

	Click here: <input class="color" value=""><div class="color">dddd</div>

</body>
</html>