How to output current slide number in Bootstrap 3 Carousel?
问题 I'm looking to output the current slide number using Bootstrap 3's Carousel plugin. Ideally, I would like to have this as text underneath the carousel div. For example: [CAROUSEL HERE] 3 of 9 I can output the total number of images (e.g. 9 in the example above) using a function in my CMS, but I can't figure out how to get the active slide (e.g. 3 in the example above.) I have searched all over and found one thread that seemed to do just that: How to Get total and Current Slide Number of