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

Changing the color picker background color with customBG does not take effect #59

Open
onet4 opened this issue Jun 11, 2016 · 1 comment

Comments

@onet4
Copy link

onet4 commented Jun 11, 2016

Hello,

It seems the customBG option does not take effect.

<!DOCTYPE html>
<html>
<head>
    <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
    <script type="text/javascript" src="../jqColorPicker.min.js"></script>
</head>
<body>
    <div id="content-wrapper">

        <input class="color" value="#B6BD79" />     
        <script>
        $('.color').colorPicker({
            customBG: '#FFF' 
        });
        </script>

    </div>
</body>
</html>

#444 gets always applied instead.

Am I missing something?

@saiqulhaq
Copy link

@onet4 I just made PR for this issue

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

Successfully merging a pull request may close this issue.

2 participants