jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel. It can scroll one or multiple items simultaneously, horizontal or vertical, infinite and circular, automatically or by user interaction. Oh, and it's responsive too.
The carouFredSel-plugin was built using the jQuery-library, you can use it on your blog or website on any kind of managed hosting server.
It is dual licensed under both the MIT and GPL licenses.
Unpack to extensions folder.
$this->widget('ext.carouFredSel.ECarouFredSel', array( 'id' => 'carousel', 'target' => '#foo', 'config' => array( 'items' => 6, 'scroll' => array( 'items' => 1, 'easing' => 'swing', 'duration' => 800, 'pauseDuration' => 1500, 'pauseOnHover' => false, 'fx' => 'crossfade', ), ), ));

Update plugin to version 6.2.1, a more stable version, more animations options... Changelogs CarouselFred
Total 3 comments
Problem was that foundation.min.js includes jQuery
Removing the code from that file solved the problem
Thanks for the ext
=))
Regards
Firebug shows that carouFredSel() is not a function
Assets are registered correctly. Even tried downloading the newest version of the plugin but nothing
TypeError: $("#foo0").carouFredSel is not a function
$('#foo0').carouFredSel([]);
Linux OpenSuse 12.1 Firefox 15.0
Any ideas?
Thanks
thanks for sharing . very useful for the website home to show the banners ! and good for the gallery showing !
Leave a comment
Please login to leave your comment.