Carousels with jQuery

jCarousel is a simple jQuery plugin to create continuous sliding effect.  I like the way they created the plugin.

http://sorgalla.com/jcarousel/

jcarousel

jCarousel uses both javascript array and structured html  for inputing data. The data can be modified with html using post callback functions. For example, you can show flicker images using jCarousel by importing the images as an javascript array. To format the appearance and style , you can use html in callback function.

If you need to you fully html based Carousel, use  jCarouselLite

1 Comments , , , , , , ,

One Response to “Carousels with jQuery”

  1. Jason Rivera May 9, 2010 at 3:19 pm #

    Flicker is really great when sharing photos over friends and families. I love the resize feature of Flickr.~`~

Leave a Reply

More in html (7 of 33 articles)


Recently I created a sliding menu for a project using jQuery and ScrollTo functions. See demo: Slider  Menu We ...