Skip to content

sgrcb/unslider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##'dotsbox' option

Dots can be placed a targeted selector.

$('.banner').unslider({
	dots: true,
	dotsbox: $('#dotsbox')
});

###dotsbox option needs 'dots' option

It won't be an error without 'dots', but has to have 'dots: true' in order to activate dots navigation.

About

The simplest jQuery slider there is.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 55.9%
  • JavaScript 44.1%