Carousel Pause

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Bucky108
 
 
Posts: 120
Joined: Mon Apr 20, 2020 8:15 pm

Carousel Pause

Post by Bucky108 »

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?
User avatar
Pablo
 
Posts: 23450
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Carousel Pause

Post by Pablo »

In event you can use media event to start and stop the carousel.
Bucky108
 
 
Posts: 120
Joined: Mon Apr 20, 2020 8:15 pm

Re: Carousel Pause

Post by Bucky108 »

Thanks Pablo.
Post Reply