-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Description
When two sliders are nested.
And when there is link in the second,
when clicking on link, it make the first slider go next slide
<ul id="slider">
<li>Slide 1<br />
<a href="#blu">Link test</a>
</li>
</li>
<li><p>Slide 2</p>
<ul id="slider2">
<li>Slide A<br />
<a href="#blu">Link test</a>
</li>
<li>Slide B<br />
<a target="_blank" href="http://www.google.fr">Try this link</a></li>
</ul>
</li>
</ul>Here a sample :
go to slide 2 to see the second slider inside the first
And try to click link in the second slider