jCarousel

用jQuery驾驭轮播。(Riding carousels with jQuery.)

Github stars Tracking Chart

jCarousel是构建于jQuery之上,最初的灵感来自由Bill Scott开发的Carousel组件。jCarousel是一个jQuery插件,用于以水平或垂直顺序控制项目列表。它提供了一个全功能和灵活的工具集,用于以类似轮播的方式浏览任何基于HTML的内容。

默认情况下,jCarousel核心只包含创建轮播小部件所需的最低功能。 通过插件提供专门的功能。

jCarousel附带以下插件:

第三方插件

jcarouselSwipe - 添加对用户友好的滑动手势的支持。
jcarouselLazyLoading - 添加延迟加载到jcarousel。
jcarouselFade - 支持淡入动画到jcarousel的新方法。
jcarousel-status - 显示轮播的状态。

jcarousel-smoothscroll - 以恒定的速度动画jCarousel,而不考虑项目宽度的变化。

Overview

Name With Ownerjsor/jcarousel
Primary LanguageHTML
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
Release Count24
Last Release Name0.3.9 (Posted on 2018-07-30 13:38:07)
First Release Name0.2.3 (Posted on 2010-03-20 14:26:06)
Created At2009-03-17 16:38:47
Pushed At2020-04-25 12:46:20
Last Commit At2020-04-25 14:44:42
Stargazers Count2k
Watchers Count106
Fork Count739
Commits Count723
Has Issues Enabled
Issues Count817
Issue Open Count33
Pull Requests Count7
Pull Requests Open Count0
Pull Requests Close Count30
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

jCarousel - Riding carousels with jQuery

jCarousel is a jQuery plugin for controlling a list of items in horizontal or
vertical order. It provides a full-featured and flexible toolset for navigating
any HTML based content in a carousel-like fashion.

Note: Version 0.3.x and 0.2.x are not compatible. Old versions can be
downloaded from the release page.

Documentation

The documentation can be found here.

Reference

Plugins

By default, the jCarousel core only contains the minimum functionality needed to
create carousel widgets. Specialized features are provided through plugins.

jCarousel comes with the following plugins:

Third-Party Plugins

Download

All ready-to-use files are located in the dist/ directory.

The jquery.jcarousel.js and
jquery.jcarousel.min.js files contain
the core and all plugins concenated together.

All files are also available from CDNJS.

Examples

You can find some example implementations in the examples/
directory. You can also browse the functional tests to get
an impression of how to setup jCarousel.

Credits

jCarousel is written on top of jQuery and was originally
inspired by the Carousel Component by
Bill Scott.

License

Copyright (c) 2006-2018 Jan Sorgalla.
Released under the MIT license.

To the top