bootstrap-list-filter
Advanced tools
Comparing version 0.3.2 to 0.3.3
/* | ||
* 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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
61
349033
2
19
10735
3
+ Addedjquery@*
+ Addedjquery@3.7.1(transitive)