Socket
Socket
Sign inDemoInstall

lazyselectize

Package Overview
Dependencies
14
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lazyselectize

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.


Version published
Weekly downloads
2
decreased by-81.82%
Maintainers
1
Install size
4.48 MB
Created
Weekly downloads
 

Readme

Source

lazyselectize.js

NPM version

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.

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]-->

Keywords

FAQs

Last updated on 03 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc