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.
- Based on carouFredSel v6.2.1
Usage ¶
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',
),
),
));
Resources ¶
Update ¶
Update plugin to version 6.2.1, a more stable version, more animations options... Changelogs CarouselFred
really cool plugin
thanks for sharing . very useful for the website home to show the banners !
and good for the gallery showing !
Does not work for me
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
Solved
Problem was that foundation.min.js includes jQuery
Removing the code from that file solved the problem
Thanks for the ext
=))
Regards
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.