bootstrap-colorpickersliders icon indicating copy to clipboard operation
bootstrap-colorpickersliders copied to clipboard

Add option to update only on release

Open istvan-ujjmeszaros opened this issue 10 years ago • 4 comments

istvan-ujjmeszaros avatar Jun 22 '14 08:06 istvan-ujjmeszaros

+1

itsmepetrov avatar Aug 27 '14 17:08 itsmepetrov

+1 like:

.slider({ stop: function( event, ui ) {} });

twoelevenjay avatar Sep 13 '14 16:09 twoelevenjay

for now you can do something like this out side of the color picker call:

    $('.cp-container').click(function(){
        var rgba = $('input#colorPicker').text();
        $('#myelement').css({
            backgroundColor: rgba
        });
    });

twoelevenjay avatar Sep 13 '14 16:09 twoelevenjay

It should not be instead of text () method val (). Off topic question (I do not know where to insert questions): how can I change the color of the ColorPicker programmatically?

radoslavius avatar Sep 18 '14 07:09 radoslavius