Carousel Caption outside of slider
-
Currently I have my slider setup like this:
https://i.imgur.com/K3Mi6ep.jpgOn the left side is a div called sliderdescription.
Using JS I’m appending the caption to the div like so:
$(“.carousel-caption”)
.appendTo(“.sliderdescription”);However, this is showing all the captions, and not just the one being used by the current slide.
How would I got about making this only show up for the current slide?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Carousel Caption outside of slider’ is closed to new replies.