1. 04 Jul, 2014 6 commits
  2. 30 May, 2014 1 commit
  3. 29 May, 2014 1 commit
  4. 23 May, 2014 6 commits
  5. 13 May, 2014 7 commits
  6. 07 May, 2014 1 commit
  7. 23 Apr, 2014 2 commits
    • Jorg10's avatar
      Update bootstrap-multiselect.js · d2ad4795
      Jorg10 authored
      Added Array forEach function for browsers that don't support EcmaScript5 (IE 8/9)
      d2ad4795
    • Tyf0x's avatar
      ** Bugfix ** · 3757ccd6
      Tyf0x authored
      -> The deselectall function was deselecting all options regardless of their visibility. It now takes it into account.
      3757ccd6
  8. 22 Apr, 2014 1 commit
    • Tyf0x's avatar
      ** Bugfix & selector performance improvement ** · e733c262
      Tyf0x authored
      -> Fixed a bug where disabled options where incorrectly selected using the 'select-all'
      -> Changed the jQuery .not() selector in favor of the css native :not() to slightly improve performance
      e733c262
  9. 11 Apr, 2014 2 commits
  10. 07 Apr, 2014 1 commit
    • conradfr's avatar
      Option groups support for the dataprovider method · 7c796575
      conradfr authored
      Use the same format as Select2 : [{children: array (of options), [title: string]}]
      
      Additionally :
      - if no title is given, use the generic "Group n", with n as group index.
      - for options if no label is given, use value as label
      7c796575
  11. 02 Apr, 2014 1 commit
  12. 01 Apr, 2014 5 commits
  13. 31 Mar, 2014 6 commits