Carousel javascript

Community Forums/General Help/Carousel javascript

JoshK(Posted 2010) [#1]
I am looking for javascript for a carousel that will display HTML instead of just images. I tried Agile Carousel but it seems full of bugs and even the basic example doesn't work. Any suggestions?


Htbaa(Posted 2010) [#2]
http://mootools.net/forge/p/carousel
http://mootools.net/forge/p/imagecarousel
http://mootools.net/forge/p/fx_scroll_carousel

The last one doesn't work for me though.


jhocking(Posted 2010) [#3]
Thanks for the links, that second one is perfect for a website I'm gonna build eventually.


Canardian(Posted 2010) [#4]
The first one is pretty cool, because it supports html and also rotates automatically.


JoshK(Posted 2010) [#5]
I am looking for something that fades from one frame to the next, and when I say I want to add links, I mean individual links within the slide, not just a link for the whole image.


Htbaa(Posted 2010) [#6]
I'm not sure how familiar you are with Javascript but that can be done easily enough with MooTools. Perhaps already with of the plugins if extended.


JoshK(Posted 2010) [#7]
I found a good one. jquery.cycle can handle everything.


jhocking(Posted 2010) [#8]
oh yeah mootools and jquery are the two main javascript frameworks for this sort of thing. I have "make a couple demo websites using jquery" on my todo list already.