Skip to content

Jsonzhang0215/jquery-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

jquery-component

#日常通用组件

###Depends:
jquery-1.11.0

##jquery-simple-slider

var config = {
    width: 670,
    height: 240
};
var slider =  new SimpleSlider($("#slider"),config);

###config

width: Number
height: Number
duration: Number (ms)
autoPlay: Bool
hasControl: Bool
hasTurnPageBtn: Bool

About

Some components base on jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published