Skip to content

creativecirclemedia/dropdown-checkboxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropdown-checkboxes

A jQuery plugin that turns a bootstrap dropdown component into a compact multi-select button input that yields selected values as a hidden input with a urlencoded JSON array as its value.

Example

CDN includes

<link rel="stylesheet" href="https://33d73a22f4b6dc792776-9396d99e5006374ffc15abe9d6ae8e26.ssl.cf1.rackcdn.com/dropdownCheckboxes-cdn.min.css">
<script src="https://33d73a22f4b6dc792776-9396d99e5006374ffc15abe9d6ae8e26.ssl.cf1.rackcdn.com/dropdownCheckboxes.min.js"></script>

Usage

$('.mything').dropdownCheckboxes();

All of the config is in the markup. See the example for details.

About

A jQuery plugin which extends bootstrap's dropdown component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published