$Id: README.txt,v 1.1.2.2.2.1 2008/12/02 20:22:46 robloach Exp $ Description ----------- This module provides a central function for adding jCarousel jQuery plugin elements. For more information about jCarousel, visit the official project: http://sorgalla.com/jcarousel/ Installation ------------ 1) Place this module directory in your modules folder (this will usually be "sites/all/modules/"). 2) Enable the module. Usage ----- The jcarousel_add function allows you to not only add the required jCarousel JavaScript, but also apply the jCarousel to the elements on the page. The arguments are as follows: jcarousel_add($selector, $options, $skin, $skin_path); The $selector is the jQuery selector element to apply the jCarousel to. This can usually be thought of as the #ID of the element (#carousel). The $options are the configuration options that are sent during the creation of the jCarousel element (optional). The configuration options can be found at: http://sorgalla.com/projects/jcarousel/#Configuration The $skin is the name of the skin to use (tango, ie7 or your own) (optional). The $skin_path is only used if you're using a custom skin, and references the path to the CSS file for the skin (optional). See admin/help/jcarousel for a demonstration. Example ------- The following would add a vertical jCarousel to the page:









