Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<!--
  
  Eyecon.ro /
  Example live preview change bg
-->
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>Color Picker</title>
   <link rel="StyleSheet" type="text/css" href="http://www.eyecon.ro/colorpicker/css/colorpicker.css" />
  <script src="http://www.eyecon.ro/colorpicker/js/colorpicker.js"></script>
  <script src="http://www.eyecon.ro/colorpicker/js/layout.js?ver=1.0.2"></script>
  <script src="http://www.eyecon.ro/colorpicker/js/eye.js"></script>
   <script src="http://www.eyecon.ro/colorpicker/js/utils.js"></script> 
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
<body id="hello">
  <h1>Click me</h1>
  <div id="colorSelector"><div style="background-color: #0000ff"></div></div>
   <div id="ciao">ciao</div>
</body>
</html>
 
$('#hello').ColorPicker({
    onChange: function (hsb, hex, rgb) {
      $('body').css("background", "#"  + hex);
    }
});
          
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers