bselect

WebJar for bselect

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

bselect
Последняя версия

Последняя версия

0.3.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

bselect
WebJar for bselect
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/gustavohenke/bselect

Скачать bselect

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.bower : jquery jar [1.8.0,)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.3.4