Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sly777/minimalistbox
Minimalistbox - Minimalist Select List Boxes Jquery Plugin
https://github.com/sly777/minimalistbox
Last synced: 19 days ago
JSON representation
Minimalistbox - Minimalist Select List Boxes Jquery Plugin
- Host: GitHub
- URL: https://github.com/sly777/minimalistbox
- Owner: Sly777
- License: mit
- Created: 2013-11-29T22:57:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T10:26:47.000Z (over 10 years ago)
- Last Synced: 2024-11-24T20:49:44.448Z (about 1 month ago)
- Language: CSS
- Size: 683 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Minimalistbox
=============Minimalistbox - Minimalist Select List Boxes Jquery Plugin
- Uncompressed Version : 1.57KB gzipped (6.49KB uncompressed)
- Compressed Version : 1.1KB gzipped (3.36KB uncompressed)Website
-------
(http://sly777.github.io/Minimalistbox)What is this?
-------------
This is just selectbox. There are lots of selectbox plugin on internet and they are lots of features, not needed. This just creates custom selectbox html and that's all, it's only using your selectbox name, id and class attributes. It doesn't have any search, find or another special supersonic features.Features
--------
- Just 1.1KB (gzipped)
- Using name, id and classes of your selectbox when creating
- __SASS__ & __AMD__ Support
- IE6+, Chrome, Firefox, Opera, ...etc. Support
- It triggers your selectbox events. It means you don't need this plugin events!Options
--------
- __placeholder__ : placeholder - string
- __placeholderclass__ : classname that added when shows placeholder - string (default: "placeholder")
- __clear__ : Add Clear Feature - boolean (default: false)
- __onClear__ : onClear - function
- __onItemSelected__ : onItemSelected - function (returns item)Examples
--------
```
$('select').Minimalistbox();
```
That's all!Change Log
--------
Version 1.1 (3.09.2014) :
> - Added Bower Support
> - Added AMD Support
> - Added Options
> - Added Clear Feature
> - Added Placeholder FeatureVersion 0.1.0 (30.11.2013) :
> Files uploaded to GithubAuthor
----------------------------------
Ilker Guller (http://ilkerguller.com)For Issues, New Features
----------------------------------
If you find issues or you want to add new features, feel free to post them to the 'Issues' tab.License
----------------------------------
**MIT License**Copyright (c) 2013 İlker Güller
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.