lazyselectize
v1.0.10
Published
This plugin allows to use selectize in lazy loading mode. So, it processes scroll event in dropdown and downloads options if scroll is in bottom of the dropdown.
Downloads
28
Maintainers
Readme
lazyselectize.js
Lazyselectize is an extensible selectize-based custom <select> UI control. It allows to process scroll event in dropdown and download options if scroll is in bottom of the dropdown
Features
- Features inherited from selectize
Dependencies
Files
All pre-built files needed to use Selectize can be found in the "dist" folder.
- js/
- selectize.js — With dependencies, minus jquery
- lazyselectize.js
- css/
Usage
$('select').lazySelectize(options);
The available selectize options are documented here. Options object may include both selectize and lazyselectize options.
The available lazyselectize options are documented here
IE8 Support
To support Internet Explorer 8, es5-shim must be added your page.
<!--[if lt IE 9]><script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.0.8/es5-shim.min.js"></script><![endif]-->