Posts by Daniel Dos Santos Orágio • 1 point
2 posts
-
0
votes3
answers195
viewsA: Carousel slide.bs.Carousel event does not work
Guys, I found my problem and I’m sorry!!! As it is the first time I use Jquery did not know the structure, but I found that: INSTEAD: $('#carousel').on('slide.bs.carousel', function () {…
-
0
votes3
answers195
viewsQ: Carousel slide.bs.Carousel event does not work
$('#carousel').on('slide.bs.carousel', function () { alert("SLIDE"); }) <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <script…