Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
312 views
in Technique[技术] by (71.8m points)

javascript - 使用CarouFredSel的滑块(Slider using CarouFredSel)

I am trying to use a slider for my webpage and i cant get it.

(我正在尝试为我的网页使用滑块,但我无法获取它。)

I am trying CarouFredSel Slider.

(我正在尝试CarouFredSel滑块。)

I am a beginner and trying to make a webpage via Youtube Video.

(我是初学者,正尝试通过YouTube视频制作网页。)

This is my main.js

(这是我的main.js)

jQuery(document).ready(function(){

"use strict";
$('#slider-carousel').carouFredSel({
    responsive:true,
    width:'100%',
    circular:true,
    scroll:{
            items:1,
            duration:500,
            pauseOnHover:true;
    },
    auto:true;
    items:
    {
        visible:{
            min:1,
            max:1;
        },
        height:"variable"
    },
    pagination:{
        container:".sliderpager",
        pageAnchorBuilder:false
    }
});

})

(}))

The youtube video i am currectly using is ,

(我目前正在使用的youtube视频是,)

https://www.youtube.com/watch?v=RHj5bdrfCr8&t=614s

(https://www.youtube.com/watch?v=RHj5bdrfCr8&t=614s)

And i downloaded "jquerycarouFredSel-6.2.1-packedjs" file from

(然后我从下载了“ jquerycarouFredSel-6.2.1-packedjs”文件)

https://github.com/Codeinwp/carouFredSel-jQuery

(https://github.com/Codeinwp/carouFredSel-jQuery)

  ask by Buster translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...