I tried changing the interval of my Bootstrap 4 carousel with the following jQuery but didn't got any output. Please let me know what I am missing.
$('.carousel').carousel({
interval: 100
});
I tried changing the interval of my Bootstrap 4 carousel with the following jQuery but didn't got any output. Please let me know what I am missing.
$('.carousel').carousel({
interval: 100
});