- 23 Mar, 2013 1 commit
-
-
- 21 Mar, 2013 1 commit
-
-
David Stutz authored
-
- 20 Mar, 2013 2 commits
-
-
David Stutz authored
The buttonText function will get the select as second parameter.
-
David Stutz authored
The buttonText function will get the select as second parameter.
-
- 15 Mar, 2013 1 commit
-
-
Chris Hynes authored
-
- 14 Mar, 2013 6 commits
-
-
David Stutz authored
Added example for option group support and removed option "showGroups".
-
Mike Eggleston authored
This allows for the handling of optgroups as a header inside of the dropdown.
-
Eugeniyame authored
-
David Stutz authored
Added example for option group support and removed option "showGroups".
-
David Stutz authored
Added handling for option groups.
-
Mike Eggleston authored
This allows for the handling of optgroups as a header inside of the dropdown.
-
- 13 Mar, 2013 2 commits
-
-
David Stutz authored
Fixed issue #24.
-
Chris Hynes authored
Removed li=active attribute setting because that conflicts with keyboard support Cleaned up whitespace
-
- 11 Mar, 2013 1 commit
-
-
Eugeniyame authored
-
- 10 Mar, 2013 1 commit
-
-
David Stutz authored
Select or deselect an specific option by its value.
-
- 25 Feb, 2013 4 commits
-
-
David Stutz authored
Removed mobile detection.
-
David Stutz authored
Added the CSS class "multiselect" do add additional styling using CSS. Fixed #23. Added a possible solution for mobile devices.
-
David Stutz authored
See #17.
-
David Stutz authored
Deleted redundant copy of JQuery and added prettify.js.
-
- 22 Feb, 2013 1 commit
-
-
David Stutz authored
Added google code prettify and an example for disabled state.
-
- 21 Feb, 2013 3 commits
-
-
David Stutz authored
Update js/bootstrap-multiselect.js.
-
David Stutz authored
Adding disabled option support.
-
Andrew authored
Remove trailing comma to support IE 8 and below versions.
-
- 20 Feb, 2013 1 commit
-
-
Joao Jose Pedrini authored
-
- 16 Feb, 2013 1 commit
-
-
David Stutz authored
Added a rebuild method suggested in Issue #19. Additionally added documentation for Knockout JS - see Issue #17.
-
- 15 Feb, 2013 1 commit
-
-
David Stutz authored
KnockoutJS data binding support.
-
- 08 Feb, 2013 1 commit
-
-
Devristo authored
Added KnockoutJS support by using a custom 'multiselect' binding handler. Example: 1. Define select input ------------------------- <select class="multiSelect" data-bind="multiselect: true,options: Options, selectedOptions: SelectedOptions, optionsValue: $data" multiple="multiple"></select> 1. Initialize Bootstrap-multiselect ------------------------------------- $(".multiSelect").multiselect(); 3 .Apply view model
-
- 01 Feb, 2013 1 commit
-
-
David Stutz authored
-
- 25 Jan, 2013 4 commits
-
-
David Stutz authored
Added support for adding a maximum height property to the dropdown list. Renamed some options.
-
Amalia Viti authored
-
Vincent SCHOENER authored
-
David Stutz authored
Added support for adding a maximum height property to the dropdown list. Renamed some options.
-
- 24 Jan, 2013 2 commits
-
-
David Stutz authored
Code to add/remove 'active' class on refresh.
-
Amalia Viti authored
-
- 20 Jan, 2013 1 commit
-
-
David Stutz authored
Fix htag movement on click event (Firefox).
-
- 19 Jan, 2013 1 commit
-
-
Vincent SCHOENER authored
-
- 16 Jan, 2013 1 commit
-
-
David Stutz authored
Updated the code to JQuery 1.9 keeping it compatible with 1.8. In addition fixed issue #10 and #11.
-
- 09 Jan, 2013 3 commits
-
-
David Stutz authored
Updated README and index.
-
David Stutz authored
-
David Stutz authored
Updated documentation concerning the new 'onchange' option and added a refresh method.
-