jCarousel

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

Github星跟蹤圖

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

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

jCarousel附带以下插件:

第三方插件

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

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

概覽

名稱與所有者jsor/jcarousel
主編程語言HTML
編程語言JavaScript (語言數: 3)
平台
許可證MIT License
發布數24
最新版本名稱0.3.9 (發布於 2018-07-30 13:38:07)
第一版名稱0.2.3 (發布於 2010-03-20 14:26:06)
創建於2009-03-17 16:38:47
推送於2020-04-25 12:46:20
最后一次提交2020-04-25 14:44:42
星數2k
關注者數106
派生數739
提交數723
已啟用問題?
問題數817
打開的問題數33
拉請求數7
打開的拉請求數0
關閉的拉請求數30
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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.

去到頂部