An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# [Quick search plugin for Bootstrap](http://skywalkapps.github.io/bootstrap-quick-search)
![Bower version](https://img.shields.io/bower/v/bootstrap.svg?style=flat)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](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).