jquery-nice-select

WebJar for jquery-nice-select

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jquery-nice-select
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

jquery-nice-select
WebJar for jquery-nice-select
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download jquery-nice-select

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : jquery jar [2.2.3,3)

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.1.0