- 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 );
ornew Dropkick( "ID", Options );
in your script
You can install DropKick.js using npm:
npm install dropkickjs --save-dev
See Dropkickjs.com for full docs.
Cross browser testing is provided by BrowserStack! They have generously provided automated testing for us.
Run yarn docs
and it will build the docs from source.
DropKick WordPress Plugin By Mahfuzul Hasan
https://wordpress.org/plugins/wp-dropkick/
Search for bugs ruthlessly and call any vermin to our attention!