У меня возникли проблемы с реализацией карусели бутстрапа. Может ли кто-нибудь взглянуть на следующие html и js и дать мне инструкции о том, как реализовать слайд. .js не был отредактирован, и карусель установлен на корпусе героя. Я реализую карусель api? Как определить карусель, который я использую в файле .js? Благодарю.Реализация twitter bootstrap carousel v2.3.2
<div class="carousel">
<!-- Carousel items -->
<div class="carousel-inner">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>Hello, world!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<p><a class="btn btn-primary btn-large">Learn more »</a></p>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
</div>
Вы не разместили ни одного JS? –
Я думаю, что bootstrap подключен к классам с помощью одного $(). Carousel(); тип вызова. – circusdei