Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emilymclean/betterselecter
- Owner: emilymclean
- License: gpl-3.0
- Created: 2016-12-27T03:39:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T12:59:21.000Z (over 4 years ago)
- Last Synced: 2024-10-29T14:53:41.330Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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