2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-06-27 21:21:03 -06:00
2014-09-07 18:06:41 +02:00

594 B

jQuery implementation

Some description follows soon...

##Demo See demo at dematte.at/cpn/jQuery_implementation

##Usage

    $('input.color').colorPicker();
    // description of option will follow
    $('input.color').colorPicker({
        klass: window.ColorPicker,
        input: elm,
        patch: elm,
        animationSpeed: 200,
        draggable: true,
        margin: {left: -1, top: 2},
        initStyle: 'display: none',
        mode: 'hsv-h',
        size: 1,
        renderCallback: renderCallback
    });