Skip to content

skywalkapps/bootstrap-quick-search

Repository files navigation

Bower version 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 http://skywalkapps.github.io/bootstrap-quick-search!

Quick start

Quick search plugin is built for Bootstrap 3. You have following options of installation:

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.