Quick search plugin for Bootstrap
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:
- Download the latest release.
- 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.