jquery-nice-select

WebJar for jquery-nice-select

Лицензия

Лицензия

ISC
Группа

Группа

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

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

jquery-nice-select
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jquery-nice-select
WebJar for jquery-nice-select
Ссылка на сайт

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

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

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

https://github.com/hernansartorio/jquery-nice-select

Скачать jquery-nice-select

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

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

Зависимости

compile (1)

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

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

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

jQuery Nice Select

A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.

Usage

Include jQuery and the plugin.

<script src="path/to/jquery.js"></script> 
<script src="path/to/jquery.nice-select.js"></script>

Include the plugin styles, either the compiled CSS...

<link rel="stylesheet" href="path/to/nice-select.css">

...or, ideally, import the SASS source (if you use SASS) in your main stylesheet for easier customization.

@import 'nice-select';

Finally, initialize the plugin.

$(document).ready(function() {
  $('select').niceSelect();
});

Full documentation and examples at hernansartorio.com/jquery-nice-select.

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

Версия
1.1.0