1. 15 Feb, 2013 1 commit
  2. 08 Feb, 2013 1 commit
    • Devristo's avatar
      Added KnockoutJS data-binding support · 00ebed1b
      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
      00ebed1b
  3. 01 Feb, 2013 1 commit
  4. 25 Jan, 2013 4 commits
  5. 24 Jan, 2013 2 commits
  6. 20 Jan, 2013 1 commit
  7. 19 Jan, 2013 1 commit
  8. 16 Jan, 2013 1 commit
  9. 09 Jan, 2013 3 commits
  10. 08 Jan, 2013 1 commit
  11. 02 Jan, 2013 2 commits
  12. 27 Dec, 2012 1 commit
  13. 16 Dec, 2012 1 commit
  14. 15 Dec, 2012 1 commit
    • David Stutz's avatar
      Added destroy method. · 4c437fe2
      David Stutz authored
      Added the possibility to destroy/unbind the plugin. Adjusted link and
      label style for the dropdown. Minor changes.
      4c437fe2
  15. 24 Nov, 2012 1 commit
  16. 12 Nov, 2012 1 commit
    • David Stutz's avatar
      Updated README. · fde25d3f
      David Stutz authored
      Added Roadmap / Todo. Current solution for multiple selects is not
      usable for mobile devices with touchscreen.
      fde25d3f
  17. 12 Oct, 2012 4 commits
  18. 10 Oct, 2012 1 commit