bselect

WebJar for bselect

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

bselect
Last Version

Last Version

0.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

bselect
WebJar for bselect
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gustavohenke/bselect

Download bselect

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/bselect/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>bselect</artifactId>
    <version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bselect/
implementation 'org.webjars.bower:bselect:0.3.4'
// https://jarcasting.com/artifacts/org.webjars.bower/bselect/
implementation ("org.webjars.bower:bselect:0.3.4")
'org.webjars.bower:bselect:jar:0.3.4'
<dependency org="org.webjars.bower" name="bselect" rev="0.3.4">
  <artifact name="bselect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bselect', version='0.3.4')
)
libraryDependencies += "org.webjars.bower" % "bselect" % "0.3.4"
[org.webjars.bower/bselect "0.3.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : jquery jar [1.8.0,)

Project Modules

There are no modules declared in this project.

bselect Build Status NPM version

The select decorator component that was missing for Twitter Bootstrap.

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
  • Support for internationalization
  • ARIA ready
  • Lightweight
  • .js: about 1 KB minified and gzipped, ~11 KB uncompressed
  • .css: about 1 KB minified and gzipped, ~6 KB uncompressed

Installation

Demo

Access http://gustavohenke.github.io/bselect to see demos.

Usage

// Create the component
$("select").bselect();

// Create the component without an search input
$("select").bselect({ searchInput : false });

// Update the component - make the animation slower
$("select").bselect("option", "animationDuration", 600);

Bugs

If you've found any problems, don't be afraid to tell me!

License

MIT

Versions

Version
0.3.4