How to create a link to go to a specific slide in carousel?

msariman
1 Posts
msariman posted this 02 March 2016

Is it possible to create a hyperlink to go to a specific slide number?

var i = 2; //index of the panel
$('#link').on('click', function() {
$('#carousel').carousel(i);
});

Is it possible to create a hyperlink to go to a specific slide number? var i = 2; //index of the panel $('#link').on('click', function() { $('#carousel').carousel(i); });
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 03 March 2016

Hi,

We do not have such option in the application, you can try to search for the code to help.

Sincerely,
Hella

Hi, We do not have such option in the application, you can try to search for the code to help. Sincerely, Hella
You must log in or register to leave comments