Socket
Socket
Sign inDemoInstall

dropkickjs

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dropkickjs

A JavaScript plugin for creating beautiful, graceful, and painless custom dropdowns.


Version published
Weekly downloads
295
decreased by-27.52%
Maintainers
1
Install size
534 kB
Created
Weekly downloads
 

Changelog

Source

v2.2.4 (2018-02-12)

Full Changelog

Closed issues:

  • toggleClass throws "is not a function" #360

Merged pull requests:

Readme

Source

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

Keywords

FAQs

Last updated on 12 Feb 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc