https://github.com/arnellebalane/ce-select
customizable <select> element
https://github.com/arnellebalane/ce-select
Last synced: 3 months ago
JSON representation
customizable <select> element
- Host: GitHub
- URL: https://github.com/arnellebalane/ce-select
- Owner: arnellebalane
- License: mit
- Created: 2016-01-17T20:31:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T04:15:06.000Z (over 9 years ago)
- Last Synced: 2025-02-09T10:11:24.287Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
## ce-select
customizable `` element
##### Usage
1. Load the `ce-select` CSS and Javascript files.
```html
```2. Add the class `ce-select` to `` elements that you want to customize.
This library will automatically transform that native element into a custom
HTML markup.
```html
Option One
Option Two
Option Three
```3. If in the future new `` elements are added into the page and you
want them to be customized as well, simply call `ceselect.refresh()` to
generate custom HTML markups for them.