Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 multiselect dropdown with checkboxes plugin. Designed as standard <select> dropdown

Tags:

multi-select

I have been looking around all day after a good multiselect plugin looks as the same as a standard dropdown control. I have tried using jQuery UI MultiSelect Widget created by ehynds, dropdown-check-list and jQuery MultiSelect created by A Beautiful Site. These are really good plugins but I really want to use a plugin that have the same appearence as a standard dropdown in html5. Hope I make any sence!

Have a nice day!

// Solution

like image 290
Dynamic_Pace Avatar asked Apr 05 '12 09:04

Dynamic_Pace


1 Answers

Bootstrap Multiselect - http://davidstutz.github.io/bootstrap-multiselect/

In terms of appearance, you may have to use CSS to get the styling you want.

like image 77
Doug Avatar answered Oct 22 '22 18:10

Doug