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);
});
Vote to pay developers attention to this features or issue.