Comparing version 0.2.3 to 0.3.0
{ | ||
"name": "bselect", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"main": ["./bselect.js", "./bselect.css"], | ||
@@ -5,0 +5,0 @@ "dependencies": { |
/*! | ||
* BSelect v0.2.3 - 2013-03-08 | ||
* BSelect v0.3.0 - 2013-03-12 | ||
* | ||
@@ -9,4 +9,5 @@ * Created by Gustavo Henke <gustavo@injoin.com.br> | ||
$.extend( $.bselect.i18n, { | ||
selectAnOption: "Selecione uma opção" | ||
selectAnOption: "Selecione uma opção", | ||
noOptionsAvailable: "Nenhuma opção disponível." | ||
}); | ||
})( jQuery ); |
{ | ||
"name": "bselect", | ||
"title": "BSelect", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"homepage": "http://gustavohenke.github.com/bselect/", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -5,2 +5,17 @@ # bselect | ||
### Features | ||
* Bootstrap-like dropdown decorator for `<select>` elements | ||
* Easy to use, a simple jQuery call and you're done! | ||
* Doesn't require any Bootstrap CSS or JS to work | ||
* Tested via [QUnit](http://qunitjs.com/) | ||
* Support for internationalization | ||
* __Lightweight__ | ||
* `.js`: only 1.1 KB minified and gzipped, 10.5 KB uncompressed | ||
* `.css`: 1.3 KB minified and gzipped, 6.3 KB uncompressed | ||
## Installation | ||
* Installation via Bower: `bower install bselect` | ||
* Download zip/tarball - https://github.com/gustavohenke/bselect/archive/master.zip | ||
* git clone this repo: `git clone git@github.com:gustavohenke/bselect.git` | ||
## Demo | ||
@@ -20,2 +35,5 @@ Access [http://gustavohenke.github.com/bselect](http://gustavohenke.github.com/bselect) to see demos. | ||
$("select").bselect("option", "animationDuration", 600); | ||
``` | ||
``` | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139092
36
1447
38