From 4c04b30b0e4fff550400581773ba4120cca42b58 Mon Sep 17 00:00:00 2001 From: peterd Date: Sun, 8 Feb 2015 15:04:17 +0100 Subject: [PATCH] Added small height demo --- development/favicon.ico | Bin 0 -> 1150 bytes index.html | 30 ++++++++++++++++++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 development/favicon.ico diff --git a/development/favicon.ico b/development/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..25e1655ba4aa19a9a815ec1e61a2ada6bc61e5d3 GIT binary patch literal 1150 zcmd6hF$%*l3`G^_)+JEr+_AgwBzlZqLwE9>lqZExOUEp!%(H~yThDCatgCT9>~%4_ zo7oe1;$?rQb=|IJ#ZRT#_`;b*FpJ47lDVro9Le*?Alr~1g55)~dkA(9QQ1GpJN^ys zE^v2&y9?Z1;O@oA`Cxy8dkEY^;2r|^5V%Kia(=SE!F>wcr@(y*+^4{O7ANPE{e5sx jfqM$vQ{bKg_k=2@PqzM0wz{&_m94&K-%I~+=&I}nk$m`+ literal 0 HcmV?d00001 diff --git a/index.html b/index.html index acc1cca..06ffdd9 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,11 @@ + + - tiny jQuery colorPicker + tiny jQuery color picker
@@ -28,6 +30,7 @@ On all elements with className 'color':
$('.color').colorPicker();
+ @@ -86,11 +89,14 @@ window.myColorPicker = $('input.color').colorPicker({

API and usage

Will follow... See tinyColorPicker on GitHub for now.

+ + + - - - + + + Fork me on GitHub + \ No newline at end of file