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

SC is not able to work with elements not attached to the DOM? #25

Open
andig opened this issue Jan 15, 2015 · 0 comments
Open

SC is not able to work with elements not attached to the DOM? #25

andig opened this issue Jan 15, 2015 · 0 comments
Assignees

Comments

@andig
Copy link

andig commented Jan 15, 2015

See this fiddle: http://jsfiddle.net/andig2/nh59rbbz/2/

I'm expecting 2 choosers to be displayed, but there is only one. The first one, created by

$('body').append(
    $('<input>').simpleColor()
);

is not displayed, apparently because it's not attached to the DOM yet? Very confusing...

@recurser recurser self-assigned this Aug 6, 2017
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

2 participants