Home

Awesome

Carousel gallery

jQCarousel is jQuery UI plugin used for creating carousel image galleries. It's not using canvases or SVG so it can be run under older browsers.

jQCarousel API

Properties

Methods

Sample usage

JavaScript

$(window).load(function () {
    $('#gallery').jqcarousel();
});

HTML

<div id="gallery">
    <img src="images/1.png" alt="" />
    <img src="images/2.png" alt="" />
    <img src="images/3.png" alt="" />
    <img src="images/4.png" alt="" />
    <img src="images/5.png" alt="" />
    <img src="images/6.png" alt="" />
    <img src="images/7.png" alt="" />
</div>

Contributors

Author: @mgechev Contributor: @hmachefe