Quelltext

<!doctype html> <html> <head> <meta charset="utf-8"> <title>Beispiel</title> <link rel="stylesheet" href="css/smoothness/jquery-ui-1.10.4.min.css"> <script src="js/jquery-1.10.2.js"></script> <script src="js/jquery-ui-1.10.4.min.js"></script> <script src="js/plugins/iris.min.js"></script> <link rel="stylesheet" href="css/plugins/iris.css"> <script type="text/javascript"> jQuery(document).ready(function($){ $('#color-picker').iris(); }); </script> </head> <body> <input type="text" id='color-picker' value="#99babe" /> </body> </html>

Downloads / Website

Website
Download