Giter VIP home page Giter VIP logo

carousel-jq's Introduction

carousel-jq

介绍

swiper.js太庞大了,改了一个贼拉简单的基于jQuery的轮播组件,保留以备用

初始化

carousel.init(container, options);
属性 说明 类型 默认值 是否必须
container 轮播容器 HTMLElement -
options 轮播个性化配置 object -
options.index 初始化时轮播索引 number 0
options.auto 是否自动轮播 boolean true
options.time 自动轮播时的切换速度,单位ms number 5000
options.wrap 设置wrapper的css选择器 string '.carousel-wrap'
options.slide 设置slide的css选择器 string '.carousel-slide'
options.btnPrev 设置向前翻页按钮的css选择器 string '.carousel-prev'
options.btnNext 设置向后翻页按钮的css选择器 string '.carousel-next'
options.btnDots 设置轮播小圆点容器的css选择器 string '.carousel-dots'

carousel-jq's People

Contributors

sarahlyu avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.