Skip to content

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

Description

@snetcher

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions