Carousel Pause
Posted: Sat May 23, 2020 4:02 pm
I created an event to stop or pause the Carousel with this Javascript code:
$('#Carousel1').carousel('stop');
I also tried:
$('#Carousel1').carousel('pause');
It throws this error:
Uncaught TypeError: $(...).carousel is not a function
The ID is "Carousel1"
Why is this not working?
$('#Carousel1').carousel('stop');
I also tried:
$('#Carousel1').carousel('pause');
It throws this error:
Uncaught TypeError: $(...).carousel is not a function
The ID is "Carousel1"
Why is this not working?