OpenSencillo  2016.106
Long live the simplicity of PHP
 All Data Structures Namespaces Files Functions Pages
docs.js
1 $(function () {
2  $('.demo1').colorpicker();
3  $('.demo2').colorpicker();
4 
5  // Horizontal mode
6  $('#demo_forceformat').colorpicker({
7  format: 'rgba', // force this format
8  horizontal: true
9  });
10  // Horizontal mode
11  $('#demo_forceformat3').colorpicker({
12  format: 'rgba', // force this format
13  });
14 
15 
16  $('.demo-auto').colorpicker();
17 });