New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-list-filter

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-list-filter - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

bootstrap-list-filter.min.js
/*
* bootstrap-list-filter v0.3.2 - 2016-05-25
* bootstrap-list-filter v0.3.2 - 2016-10-26
*

@@ -4,0 +4,0 @@ * Copyright 2016 Stefano Cudini

{
"name": "bootstrap-list-filter",
"version": "0.3.2",
"version": "0.3.3",
"description": "Search elements in Bootstrap lists",

@@ -23,2 +23,3 @@ "main": "bootstrap-list-filter.src.js",

"dependencies": {
"jquery": "*",
"bootstrap": "*"

@@ -25,0 +26,0 @@ },

@@ -8,5 +8,9 @@ Bootstrap List Filter

Author: Stefano Cudini
Author: Stefano Cudini [labs.easyblog.it](http://labs.easyblog.it/)
[labs.easyblog.it](http://labs.easyblog.it/)
**Demo online:**
* [Homepage](http://labs.easyblog.it/bootstrap-list-filter/)
* [Static example](http://labs.easyblog.it/bootstrap-list-filter/examples/static.html)
* [Ajax example](http://labs.easyblog.it/bootstrap-list-filter/examples/dynamic-list-search.html)
* [Custom items example](http://labs.easyblog.it/bootstrap-list-filter/examples/custom-list-item.html)

@@ -22,9 +26,18 @@ **Features:**

**Demo online:**
* [Homepage](http://labs.easyblog.it/bootstrap-list-filter/)
* [Static example](http://labs.easyblog.it/bootstrap-list-filter/examples/static.html)
* [Ajax example](http://labs.easyblog.it/bootstrap-list-filter/examples/dynamic-list-search.html)
* [Custom items example](http://labs.easyblog.it/bootstrap-list-filter/examples/custom-list-item.html)
#Source
# Options:
* **delay:** millisecond before apply filter
* **minLength:** min string lentgh searched
* **initial:** search only initial text (default: true)
* **eventKey:** event digit (default: 'keyup')
* **resetOnBlur:** auto reset selection
* **sourceData:** function generate data source(receive: text, callback)
* **sourceTmpl:** html template contains {title} placeholder
* **sourceNode:** function builder DOM html fragment (default: sourceTmpl)
* **emptyNode:** function builder for empty result
* **itemEl:** item selector (default: .list-group-item)
* **itemChild:** sub item selector (default: .list-group-item)
* **itemFilter:** function for filter results(receive: text, item)
# Source
* [Github](https://github.com/stefanocudini/bootstrap-list-filter)

@@ -35,3 +48,3 @@ * [NPM](https://npmjs.org/package/bootstrap-list-filter)

#Usage
# Usage
```html

@@ -50,2 +63,2 @@ <form role="form">

</script>
```
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc