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
259
decreased by-11%
Maintainers
1
Install size
266 kB
Created
Weekly downloads
 

Changelog

Source

v2.1.8 (2016-04-24)

Full Changelog

Fixed bugs:

  • Disabled state isn't relayed to the screen reader #324
  • Empty select causes crash #315
  • Trigering change event fails on Internet Explorer #314

Closed issues:

  • Demo Page #320
  • DropKick errors out when not mounted on mobile. #318
  • Using DropKick with form validation. #313
  • Select option programattically #312
  • Dropkick exclude "option selected" value within drop down #309
  • IE11 Issue: Change event. #321
  • add() method messes with selection #317
  • IE/Edge Scrollbar outside the Dropkick box #316
  • Write tests for #310 #311
  • mobile: true in the Doc but not in the API #306
  • DK always expanded down on IE #301

Merged pull requests:

  • Add issue template #322 (Robdel12)
  • Fix name of multiselect example (muliselect) #319 (diamondo25)
  • Allow use of refresh even on mobile #310 (Korri)
  • Updated bower.json and readme #307 (alexgleason)
  • Add tests for #310. Fixes #311 #333 (Robdel12)
  • Fix IE bug with opening DK select. Fixes #301 #332 (Robdel12)
  • Use the built file for modules #331 (Robdel12)
  • Fixes #316, fix scrollbar in IE browsers #330 (Robdel12)
  • Fixes #306, add mobile documentation to api docs #329 (Robdel12)
  • Add aria-disabled to dk when disabled. Fixes #324. #328 (Robdel12)
  • Add a test for no options in a select #327 (Robdel12)
  • Fix #315, throw error when no options are in select #326 (Robdel12)
  • support requirejs #323 (pecuchet)
  • Remove the extra check on location #304 (casr)

Readme

Source

DropKick.js Build Status

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

Note: As of DropKick 2.1 we automatically include the polyfills and jQuery plugin.

Bower Install

You can install DropKick.js using bower:

bower install dropkick --save

npm Install

You can install DropKick.js using npm:

npm install dropkickjs --save-dev

Documentation

See Dropkickjs.com for full docs.

Building the docs

Run gulp docs and it'll 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 24 Apr 2016

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