https://github.com/skywalkapps/bootstrap-quick-search
Simple javascript search plugin for Bootstrap.
https://github.com/skywalkapps/bootstrap-quick-search
Last synced: 4 months ago
JSON representation
Simple javascript search plugin for Bootstrap.
- Host: GitHub
- URL: https://github.com/skywalkapps/bootstrap-quick-search
- Owner: skywalkapps
- License: mit
- Created: 2016-02-02T15:25:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T18:09:19.000Z (over 9 years ago)
- Last Synced: 2026-01-24T03:32:24.918Z (5 months ago)
- Language: HTML
- Size: 1.61 MB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Quick search plugin for Bootstrap](http://skywalkapps.github.io/bootstrap-quick-search)

[](LICENSE)
Sometimes you need just simple on-page JavaScript solution to search through tables or lists. Quick Search plugin features simple method of searching pieces of text within any collection of elements. Useful for prototyping, when you don't have backend funcionality implemented, or for production, when you require ultra simple searching solution.
To get started, check out !
## Quick start
Quick search plugin is built for Bootstrap 3. You have following options of installation:
- [Download the latest release](https://github.com/skywalkapps/bootstrap-quick-search/archive/v0.9.1.zip).
- Clone the repo: `git clone https://github.com/skywalkapps/bootstrap-quick-search.git`.
### How to use
The plugin requires only two files to include in your project. Within the download you'll find minified and plain versions of JavaScript and CSS.
```
bootstrap-quick-search/
├── dist/
│ ├── bootstrap-quick-search.css
│ ├── bootstrap-quick-search.min.css
└── javascripts/
├── bootstrap-quick-search.js
└── bootstrap-quick-search.min.js
```
## Creator
**Martin Staněk**
-
-
## Copyright and license
Code and documentation copyright 2015 Martin Staněk. Code released under [the MIT license](https://github.com/skywalkapps/bootstrap-quick-search/blob/master/LICENSE).