Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 282 Bytes

readme.md

File metadata and controls

executable file
·
18 lines (10 loc) · 282 Bytes

##'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.