Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilymclean/betterselecter

A jQuery plugin for pretty and searchable selectors
https://github.com/emilymclean/betterselecter

Last synced: 16 days ago
JSON representation

A jQuery plugin for pretty and searchable selectors

Awesome Lists containing this project

README

        

# BetterSelecter

Demo: http://arctro.com/open/BetterSelecter/

BetterSelecter allows you to easily implement a clean, easy to use, and searchable select form. It will turn a standard selector such as:

```html

Op 1
Op 2
Op 3
...

```

into this:

![selector](https://i.imgur.com/gV7HO5L.png)

and

![search selector](https://i.imgur.com/2274uSH.png)

Simply import jQuery, Better Select and it's stylesheet and create a standard selector element. To activate call:

```javascript

$("selector").betterSelect();

```

This repository is not actively developed, but new PRs will be reviewed and merged. The library still works