itemslide icon indicating copy to clipboard operation
itemslide copied to clipboard

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

Open snetcher opened this issue 7 years ago • 1 comments

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.

snetcher avatar Nov 30 '16 14:11 snetcher

#70

PurHur avatar Mar 24 '17 09:03 PurHur