Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to update only on release #6

Open
istvan-ujjmeszaros opened this issue Jun 22, 2014 · 4 comments
Open

Add option to update only on release #6

istvan-ujjmeszaros opened this issue Jun 22, 2014 · 4 comments

Comments

@istvan-ujjmeszaros
Copy link
Owner

No description provided.

@itsmepetrov
Copy link

+1

@twoelevenjay
Copy link

+1 like:

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

@twoelevenjay
Copy link

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
        });
    });

@radoslavius
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants