Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bselect

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bselect - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

css/bselect.css

2

component.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc