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 @@ + + +