From bbe3aa81dacbf1498959f103ee2945cc9f8e7bcb Mon Sep 17 00:00:00 2001 From: peterd Date: Wed, 23 Mar 2016 23:22:09 +0100 Subject: [PATCH] adds metadata --- index.html | 5 +++++ jQuery_implementation/index.html | 6 ++++++ javascript_implementation/index.html | 3 +++ 3 files changed, 14 insertions(+) diff --git a/index.html b/index.html index f184381..e35286f 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,11 @@ + + + + + diff --git a/jQuery_implementation/index.html b/jQuery_implementation/index.html index 2eacf53..5947d67 100644 --- a/jQuery_implementation/index.html +++ b/jQuery_implementation/index.html @@ -10,6 +10,9 @@ + + + colorPicker jQuery implementation example @@ -51,6 +54,9 @@ var memoryColors = [ elm.style.backgroundColor = elm.value; elm.style.color = colors.rgbaMixCustom.luminance > 0.22 ? '#222' : '#ddd'; }, + // renderCallback: function(colors, mode) { + // console.log(mode); + // } // memoryColors: memoryColors, // actionCallback: function(event, type) { // if (type === 'toMemory') { diff --git a/javascript_implementation/index.html b/javascript_implementation/index.html index 3874159..4823325 100644 --- a/javascript_implementation/index.html +++ b/javascript_implementation/index.html @@ -3,6 +3,9 @@ + + +