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

Uncaught Error: Syntax error, unrecognized expression: :nth-child(…) #66

Open
snetcher opened this issue Nov 30, 2016 · 1 comment
Open

Comments

@snetcher
Copy link

snetcher commented Nov 30, 2016

When I initialize the slider, and I specify the starting slide, the script does not check the input value to the type of data

    carousel.itemslide({
        one_item: true,
        start: start_pos
    });

So if I, for example, pass by localStorage I should convert the value yourself.
parseInt(start: start_pos)
It is not obvious and can cause many problems to the user.

PurHur pushed a commit to PurHur/itemslide.github.io that referenced this issue Mar 24, 2017
@PurHur
Copy link

PurHur commented Mar 24, 2017

#70

nir9 added a commit that referenced this issue Mar 24, 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