- 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.
-
- 08 Jan, 2013 1 commit
-
-
David Stutz authored
2 lines of code added to add support for change event.
-
- 02 Jan, 2013 2 commits
-
-
Peter Beno authored
-
Peter Beno authored
-
- 27 Dec, 2012 1 commit
-
-
David Stutz authored
Bootstrap multiselect and tabs will now work on the same page.
-
- 16 Dec, 2012 1 commit
-
-
David Stutz authored
-
- 15 Dec, 2012 1 commit
-
-
David Stutz authored
Added the possibility to destroy/unbind the plugin. Adjusted link and label style for the dropdown. Minor changes.
-
- 24 Nov, 2012 1 commit
-
-
David Stutz authored
-
- 12 Nov, 2012 1 commit
-
-
David Stutz authored
Added Roadmap / Todo. Current solution for multiple selects is not usable for mobile devices with touchscreen.
-
- 12 Oct, 2012 4 commits
-
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
The dropdown butotn can now be customized by using classes. Removed the 'none' option and renamed the 'selected' option to 'text'.
-
David Stutz authored
Added license to README.
-
- 10 Oct, 2012 1 commit
-
-
David Stutz authored
-