You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Carousel.prototype.slide function, replace line 3:
var $next = next || $activetype
with:
var $next = next || $activetype
to ensure selected element is a carousel item (i have a scenario with a hidden div inside my carousel)
The text was updated successfully, but these errors were encountered:
In Carousel.prototype.slide function, replace line 3:
var $next = next || $activetype
with:
var $next = next || $activetype
to ensure selected element is a carousel item (i have a scenario with a hidden div inside my carousel)
The text was updated successfully, but these errors were encountered: