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

https://github.com/gluk-w/searhbar-js

Search bar with filters
https://github.com/gluk-w/searhbar-js

javascript jquery-plugin jquery-ui jquery-widgets

Last synced: 3 months ago
JSON representation

Search bar with filters

Awesome Lists containing this project

README

          

# searhbar-js
Search bar with filters

## Usage

### Create container with input box and link to toggle filters

```html



Advanced

```

### Create container for filters

```html


Year:
Month:

```

### Include JS and CSS

```html

jQuery(function($) {
$('#search_bar').searchbar({
'filters_container': '#search_filters',
'filters_link': '#advanced'
});
});

```