0
<div class="row" style="padding-below:20px">
<div class="col-md-12">
<div class="carousel slide" id="carousel" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="#">
<div class="carousel-caption">
<h2 class="media-heading">
Workshop/event name
</h2>
<p>Description in a few lines and click on more to see details of the workshop. Or maybe not keep the more button only.</p>
<p><a href="#"><button class="btn btn-info">More »</button></a></p>
</div>
</div>
<div class="item">
<img src="#">
<div class="carousel-caption">
<h2 class="media-heading">
Workshop/event name
</h2>
<p>Description in a few lines and click on more to see details of the workshop. Or maybe not keep the more button only.</p>
<p><a href="#"><button class="btn btn-info">More »</button></a></p>
</div>
</div>
<div class="item">
<img src="#">
<div class="carousel-caption">
<h2 class="media-heading">
Workshop/event name
</h2>
<p>Description in a few lines and click on more to see details of the workshop. Or maybe not keep the more button only.</p>
<p><a href="#"><button class="btn btn-info">More »</button></a></p>
</div>
</div>
</div>
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>Previous
</a>
<a class="right carousel-control" href="#carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>Next
</a>
<div class="btn-group" id="cbuttons">
<button class="btn btn-danger btn-xs" id="cpause"><span class="glyphicon glyphicon-pause"></span></button>
<button class="btn btn-danger btn-xs" id="cplay"><span class="glyphicon glyphicon-play"></span></button>
</div>
</div>
</div>
</div>
나는 회전 목마를 만들었습니다. 그러나 클릭 할 수 있고 이전 회전식 항목으로 이동해야하는 '이전'글리프콘 화살표가 작동하지 않습니다. 그것은 전혀 표시되지 않습니다. 내 코드가 어디에서 잘못 되었습니까? 다음 회전 목마 항목을 핑 (pint)하는 데 사용되는 버튼과 글리 핀콘 화살표는 정상적으로 작동하지만 '이전'항목은 표시되지 않습니다.이전 회전 목마 항목이 작동하지 않는 버튼
코드를 어디에서 변경 했습니까? –
이 섹션을 변경해야합니다. Previous – Dhaarani
하지만 '다음'과 '이전'버튼에 대한 코드는 정확히 동일하므로 '이전'이 아닌 '다음'화살표와 버튼 만 표시됩니다. –