1. 02 Aug, 2014 1 commit
  2. 14 Jul, 2014 6 commits
  3. 11 Jul, 2014 2 commits
  4. 10 Jul, 2014 1 commit
    • goncons's avatar
      Little correction to dataprovider. · 3e96c7e0
      goncons authored
      There is a little correction to the method dataprovider, the parameters for the callback function are index, value.  Probably the problem is that in the forEach method of an array this two parameters are inverted.
      3e96c7e0
  5. 08 Jul, 2014 1 commit
  6. 04 Jul, 2014 6 commits
  7. 15 Jun, 2014 1 commit
  8. 12 Jun, 2014 1 commit
  9. 30 May, 2014 1 commit
  10. 29 May, 2014 1 commit
  11. 23 May, 2014 6 commits
  12. 13 May, 2014 7 commits
  13. 07 May, 2014 1 commit
  14. 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
  15. 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
  16. 11 Apr, 2014 2 commits