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

Comparing version 1.0.9 to 1.0.10

11

dist/js/lazyselectize.js

@@ -51,6 +51,4 @@ //this method extends custom selectizeJs to

self.selectize.$dropdown_content.scroll(function() {
if (self.selectize.getValue() == "") {
self.processScroll(this);
}
self.selectize.$dropdown_content.scroll(function () {
self.processScroll(this);
});

@@ -99,3 +97,3 @@ };

self.reloadOptionsData = function() {
self.reloadOptionsData = function(callback) {
$.ajax({

@@ -117,2 +115,5 @@ url: self.loadItemsUrl + "?keyword=" + encodeURIComponent("") + "&index=" + self.pageIndex + self.additionalUrlParams,

self.selectize.$dropdown_content.scrollTop(self.scrollpos);
if (callback != undefined) {
callback();
}
}

@@ -119,0 +120,0 @@ });

@@ -0,0 +0,0 @@ ## LazySelectize – Usage

{
"name": "lazyselectize",
"version": "1.0.9",
"version": "1.0.10",
"description": "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.",

@@ -5,0 +5,0 @@ "main": "dist/js/lazyselectize.js",

@@ -0,0 +0,0 @@ # lazyselectize.js

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