dropkickjs

WebJar for dropkickjs

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

dropkickjs
Last Version

Last Version

2.1.10
Release Date

Release Date

Type

Type

jar
Description

Description

dropkickjs
WebJar for dropkickjs
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/robdel12/DropKick

Download dropkickjs

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

DropKick.js CircleCI

Quick start

Basic Usage

  • Download the latest stable version from the releases / tags section
  • Insert the JS onto the page
  • Put the stylesheet where you would like
  • Add an ID or class to the select(s) you would like to DropKick

If you're using jQuery:

  • $("#ID").dropkick( options );

Pure JS:

  • Call new Dropkick( HTMLSelectELement, Options ); or new Dropkick( "ID", Options ); in your script

npm Install

You can install DropKick.js using npm:

npm install dropkickjs --save-dev

Documentation

See Dropkickjs.com for full docs.

Browserstack Testing BrowserStack Status

Cross browser testing is provided by BrowserStack! They have generously provided automated testing for us.

Building the docs

Run yarn docs and it will build the docs from source.

WordPress Plugin

DropKick WordPress Plugin By Mahfuzul Hasan

https://wordpress.org/plugins/wp-dropkick/

Suggestions or Bugs?

Search for bugs ruthlessly and call any vermin to our attention!

Authors

Wil Wilsman @wilwilsman

Robert DeLuca @robdel12

Versions

Version
2.1.10