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 color after being rendered and initialized #153

Open
yokidara01 opened this issue Feb 27, 2018 · 0 comments
Open

changing color after being rendered and initialized #153

yokidara01 opened this issue Feb 27, 2018 · 0 comments

Comments

@yokidara01
Copy link

i've already tried several ways like

var elem = document.querySelector('#checky');
       elem.color('#0D74E9');

or
var switchery = new Switchery(elem, { color: '#7c8bc7', jackColor: '#9decff' });

first methode obviously dosen't work , and the second creat a new checkbox ...

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

1 participant