WATERWHEEL JQUERY CAROUSEL

This jQuery plugin can display images with a cascading waterfall effect. It can be positioned either horizontally or vertically, and custom events can fired when an image rotates into the center or is clicked. The appearance of the carousel is very customizable.
How to use this plugin
Download the plugin ZIP package from the link below. For this plugin to work, you will need to include the latest version of jQuery on your webpage BEFORE including this script. This plugin currently works with jQuery verson 1.4, and will most likely work with any further releases. It was originally developed using version 1.3, but will no longer work with that version.
Head Code
<script type="text/javascript" src="js/jquery-1.4.1.min.js"></script> <script type="text/javascript" src="js/jquery.waterwheelCarousel.js"></script>
a smidgen of CSS
#waterwheelCarousel {
height:230px;
}
#waterwheelCarousel > img {
display:none;
}
The basic Carousel
<div id="waterwheelCarousel"> <img src="image1.jpg" alt="Test Image 1"> <img src="image1.jpg" alt="Test Image 2"> <img src="image1.jpg" alt="Test Image 3"> <img src="image1.jpg" alt="Test Image 4"> <img src="image1.jpg" alt="Test Image 5"> </div>
Finally: some control script
<script type="text/javascript">
$("#waterwheelCarousel").waterwheelCarousel("horizontal",{
// include options like this:
// (use quotes only for string values, and no trailing comma after last option)
// option: value,
// option: value
});
</script>
Troubleshooting
This plug-in has been in on and off development for several months and has seen numerous revisions. If you have any problems using it or find any bugs, PLEASE USE THE CONTACT LINK ABOVE to send me an email so I …

















Welcome to our visitors from San Francisco, United States










