https://github.com/emalherbi-zz/jfilter
A simple and powerful JQuery plugin thats adds search, sort, filters and flexibility to plain HTML lists, tables, or anything.
https://github.com/emalherbi-zz/jfilter
Last synced: about 2 months ago
JSON representation
A simple and powerful JQuery plugin thats adds search, sort, filters and flexibility to plain HTML lists, tables, or anything.
- Host: GitHub
- URL: https://github.com/emalherbi-zz/jfilter
- Owner: emalherbi-zz
- Created: 2015-02-10T19:17:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T21:02:24.000Z (about 10 years ago)
- Last Synced: 2025-02-11T15:14:41.936Z (3 months ago)
- Language: JavaScript
- Homepage: http://emalherbi.github.io/jfilter/
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [JFilter](http://emalherbi.github.io/jfilter/)
[](https://github.com/emalherbi/jfilter/)
[](https://travis-ci.org/emalherbi/jfilter)
[](https://sourcegraph.com/github.com/emalherbi/jfilter)
[](https://sourcegraph.com/github.com/emalherbi/jfilter)
[](https://sourcegraph.com/github.com/emalherbi/jfilter)A simple and powerful JQuery plugin thats adds search, sort, filters and flexibility to plain HTML lists, tables, or anything.
## Bower.io
This package is available on Bower.
#### Installing
```sh
# install a package and add it to bower.json$ bower install jfilter --save
```#### Install Bower.io
```sh
$ npm install -g bower
```Bower depends on [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/). Also make sure that [git](http://git-scm.com/) is installed as some bower
packages require it to be fetched and installed.## Usage
#### Table
Add class "searchable" on the "tbody" html
```html
...
...
```in javascript
```javascript
$('#table').jfilter();
```#### List
Add class "searchable" on the "ul" html
```html
...
```
in javascript
```javascript
$('#list').jfilter();
```
## Options
```
@param addon : change input group addon
@param placeholder : change the placeholder input
@param class : change class searchable using in
```
## Required
[jQuery](http://jquery.com/) | [Bootstrap](http://getbootstrap.com/).
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Test your changes to the best of your ability.
4. Update the documentation to reflect your changes if they add or changes current functionality.
5. Commit your changes (`git commit -am 'Added some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request
## Creator
Created and maintained by [Eduardo Malherbi](https://github.com/emalherbi).
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)