- 16 Apr, 2013 1 commit
-
-
Chris Hynes authored
-
- 13 Apr, 2013 1 commit
-
-
David Stutz authored
Update index.html: Typo corrected.
-
- 12 Apr, 2013 2 commits
-
-
Vlad authored
Typo corrected.
-
David Stutz authored
Add the ability for drop down menus to pull-right.
-
- 11 Apr, 2013 1 commit
-
-
Joel Hillacre authored
-
- 08 Apr, 2013 2 commits
-
-
David Stutz authored
Fixed issue 43 with IE 9. Added documentation for pull request 42 fixing issues #39, #40, #41. Thanks to ses4j!
-
David Stutz authored
Encoding, label support, and hybrid optgroup/option support.
-
- 02 Apr, 2013 2 commits
-
-
Scott Stafford authored
Fix encoding issues by avoiding val() in selectors, hybrid optgroups and options on the top level, and supports label attributes on <option> tags. Fixes #39, fixes #40, fixes #41.
-
David Stutz authored
Updated the rebuild method to update the button text. Using option[selected] instead of option:selected. Fixed both #37 and #38. See http://jsfiddle.net/XrGzY/8/ and https://gist.github.com/jameslnewell/5288436.
-
- 25 Mar, 2013 1 commit
-
-
David Stutz authored
Added keyboard support.
-
- 23 Mar, 2013 2 commits
-
-
Chris Hynes authored
Removed width:100% style from <label> to keep outline inside menu Reapplied keyboard support
-
-
- 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 1 commit
-
-
David Stutz authored
Added support for adding a maximum height property to the dropdown list. Renamed some options.
-