DropKick Versions Save

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

v2.0.1

9 years ago

What changed?

  • Updated example file to https instead of http
  • Close DK that's inside of an iFrame when you click outside of an iFrame.
  • Fixed scroll issue in IE8
  • preemptive css boxsizing issue fix

Thanks to @cforrester & @javitrix for the help!

2.0

9 years ago

Total rewrite of dropkick

v2.0-RC3

9 years ago

What changed in RC3?

  • Added Travis CI
  • Added Contributing guide to readme
  • Added a quick start guide to readme
  • Added lots of basic tests
  • Added all the necessary files and set up with gulp
  • REMOVED clicking and selecting multi select options
  • Added the ability to shift + click multiple options in muli-selects
  • Added production folder for you to quickly grab the right files and get up &running.

v1.5.2

9 years ago

What changed?

  • Removed node_modules from the repo
  • Added recursive hotkey search thanks to @chromeragnarok
  • Updated readme

v2.0-RC2

9 years ago

What changed?

  • Updated jQuery plugin to take multiple arguments
  • Fixed the broken add method
  • Fixed the broken disable method when trying to disable the entire select
  • Updated the calling new Dropkick() to accept IDs. new Dropkick("#something")
  • Fixed CSS bug with the search example
  • You can now pass in a string on the add method. Dk.add("Added Option", 3)
  • Updated the license.
  • Updated the docs.

v2.0-RC1

9 years ago

v1.5.1

9 years ago