You have to initiate carousel after document ready event, try below code
(function($) {
$(function() {
$('.carousel').jcarousel({
wrap: 'circular'
});
});
})(jQuery)
hope this will works for you
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community