html - carousel for bootstrap4 slides did not next and prev When I click it -


hi every 1 me please regarding project i'm getting frustrating of error not next when try click next in edge browser carousel not work button

you can view information carousel have choosen here's link http://v4-alpha.getbootstrap.com/components/carousel/#carouselprev

<section id ="carousel">        <div id="carousel-home" class="carousel slide"data-ride="carousel">           <ol class="carousel-indicators">             <li data-target="#carousel-home" data-slide-to="0" class="active"></li>             <li data-target="#carousel-home" data-slide-to="1"></li>             <li data-target="#carousel-home" data-slide-to="2"></li>           </ol>      <div class="carousel-inner">        <div class="carousel-item active">          <img class="d-block img-fluid" src="girl_holdcamera.jpg" alt="woman holding cannon camera">             <div class = "carousel-caption">               <h3>a woman holding camera</h3>                 <p>she holding cannon camera take picture</p>             </div>        </div>           <div class="carousel-item">             <img class="d-block img-fluid" src="heart.jpg" alt="heart forming thiere hand">                <div class = "carousel-caption">                   <h3>building heart 2 hands</h3>                      <p>they build heart use of thiere hands keep them promesis</p>                 </div>          </div>          <div class="carousel-item">            <img class="d-block img-fluid" src="smart-guy-holding-beautiful-girl-in-arms.jpg" alt="guy holding girl in hand">               <div class = "carousel-caption">                 <h3>guy , pretty woman hugging first time</h3>                   <p> happy meet each of them</p>               </div>         </div>         </div>           <a class="carousel-control-prev" href="#carousel-home" role="button" data-slide="prev">              <span class="carousel-control-prev-icon" aria-hidden="true"></span>              <span class="sr-only">previous</span>           </a>           <a class="carousel-control-next" href="#carousel-home" role="button" data-slide= "next">              <span class="carousel-control-next-icon" aria-hidden="true"></span>              <span class="sr-only">next</span>          </a>    </div>    </section>       <!-- jquery first, bootstrap js. -->     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>     <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>     <script src="js/bootstrap.min.js"></script> 


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -