Skip to content

tlkelley/selectize-infinite_scroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

selectize-infinite_scroll

Infinite scrolling plugin for Selectize (selectize.js).

Install:

bower install selectize-infinite_scroll

Example:

$('select').selectize({'plugins': {'infinite_scroll': {'scrollRatio': 0.85, 'scrollStep': 20}}});

Options:

Option Description
scrollRatio Scroll position ratio to load more content (e.g. 0.85 will load more content when 85% scrolled
scrollStep Number of additional items to load when scrollRatio is reached

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%