0

Detect bootstrap carosual image number, i am not able to find any solution, please help me to get image slide number

<div id="Carousel" class="carousel slide carousel-fade col-lg-8 col-offset-2">
            <ol class="carousel-indicators">
                <li data-target="Carousel" data-slide-to="0" class="active"></li>
                <li data-target="Carousel" data-slide-to="1"></li>
            </ol>

            <div class="carousel-inner">
                <div class="item active">
                    <img src="//placehold.it/1300x500" class="img-responsive">
                </div>
               <div class="item">
                 <img src="//placehold.it/1300x500/55EE55" class="img-responsive">
                </div>
                        </div>

    </div>
Sunil Shivalkar
  • 220
  • 2
  • 8
  • 1
    possible duplicate of [How to Get total and Current Slide Number of Carousel](http://stackoverflow.com/questions/17823571/how-to-get-total-and-current-slide-number-of-carousel) – ZEE Feb 27 '15 at 08:02
  • yes, that is the correct post for me, thank you @ Ze Rubeus :) – Sunil Shivalkar Feb 27 '15 at 12:29

0 Answers0