- 09 Oct, 2014 1 commit
-
-
David HAN SZE CHUEN authored
Use .closest() instead of .parents() because the latter will also reach parent elements of the plugin container In other words, if the multiselect plugin is used inside an LI.container tag, it will eventually modify it which is not intended
-
- 19 Aug, 2014 2 commits
-
-
David Stutz authored
-
David Stutz authored
-
- 07 Aug, 2014 2 commits
-
-
David Stutz authored
-
David Stutz authored
-
- 02 Aug, 2014 3 commits
-
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
-
- 17 Jul, 2014 1 commit
-
-
Neil Monroe authored
When updating the button text/title, target only the main button. This allows for additional buttons in templates to remain unaffected. For example, extra buttons in the filter template.
-
- 11 Jul, 2014 1 commit
-
-
Nicholas Nieslanik authored
Fixing the initialization of the selected items in the multi-select for Knockout.js binding integration. Currently a persisted binding value isn't being initialized correctly when using KO. Instead the selectedOptions are only being set on during the update binding function or when the observableArray is changed. With this fix, if the observableArray has initial values, they are selected as necessary.s
-
- 10 Jul, 2014 1 commit
-
-
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.
-
- 08 Jul, 2014 1 commit
-
-
ellauty authored
-
- 04 Jul, 2014 2 commits
-
-
David Stutz authored
-
David Stutz authored
-
- 15 Jun, 2014 1 commit
-
-
Andrew Ross authored
-
- 30 May, 2014 1 commit
-
-
Tyf0x authored
Signed-off-by:
Tyf0x <Tyf0x@users.noreply.github.com>
-
- 29 May, 2014 1 commit
-
-
shayh authored
-
- 23 May, 2014 2 commits
-
-
Tyf0x authored
Signed-off-by:
Tyf0x <Tyf0x@users.noreply.github.com>
-
Tyf0x authored
Signed-off-by:
Tyf0x <Tyf0x@users.noreply.github.com>
-
- 07 May, 2014 1 commit
-
-
Neil Kistner authored
-
- 23 Apr, 2014 2 commits
- 22 Apr, 2014 1 commit
-
-
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
-
- 11 Apr, 2014 2 commits
- 07 Apr, 2014 1 commit
-
-
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
-
- 02 Apr, 2014 1 commit
-
-
Tyf0x authored
-
- 01 Apr, 2014 3 commits
-
-
Tyf0x authored
-> Now only filters the options to select if not all them have to be selected. This means to select all should be faster when there is no filter used.
-
Tyf0x authored
-
Tyf0x authored
-> improved performances and fixed the bug where the user couldn't deselect all in filtered mode -> added the class multiselect-item to all plugin-specific items -> fixed an incorrect CSS selector Signed-off-by:
Tyf0x <Tyf0x@users.noreply.github.com>
-
- 31 Mar, 2014 5 commits
-
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
-
David Stutz authored
-
geonewlitho authored
-> Drastic performance improvement to the "Select All" button
-
- 30 Mar, 2014 2 commits
-
-
David Stutz authored
#270, #263, #260, #262, #261, #235. New option: includeSelectAllIfMoreThan. Fixed issues with select all and dividers. Updated documentation concerning show/hide event.
-
yuripc authored
-
- 25 Mar, 2014 1 commit
-
-
Phil Freo authored
-
- 17 Mar, 2014 1 commit
-
-
hermanho authored
Fixed the error "Cannot read property 'is' of undefined " when applying "includeSelectAllOption" and "includeSelectAllDivider" options
-
- 12 Mar, 2014 1 commit
-
-
yuripc authored
-