Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix mouse hover0.9origin/perf | lou | 2012-12-06 | 1 | -2/+2 |
| | |||||
* | fix keyboard selection | lou | 2012-12-06 | 1 | -2/+2 |
| | |||||
* | fix specs | lou | 2012-12-06 | 1 | -8/+5 |
| | |||||
* | store multiselect instance in original select data so it is reusable for ↵ | lou | 2012-12-06 | 1 | -3/+6 |
| | | | | each method | ||||
* | rewrite select & deslect methods so they use ids instead of attrs for ↵ | lou | 2012-12-06 | 1 | -78/+70 |
| | | | | | | selectors performance reason. I also extended the jQuery selectors to add a ":val()" for better performance on options selector. | ||||
* | copy all attributes to selectables/selection elements | lou | 2012-12-06 | 1 | -3/+2 |
| | |||||
* | share DOM elements to all plugin methods | lou | 2012-12-06 | 1 | -86/+85 |
| | |||||
* | use Bootstrap style plugin instead of jQuery UI style | lou | 2012-11-30 | 1 | -222/+250 |
| | |||||
* | fix toggle of nested elements in optgroups. Use class .ms-selected instead ↵ | lou | 2012-11-29 | 1 | -2/+2 |
| | | | | of :hidden/:visible | ||||
* | add span to optgroup label and change div by span for selectable/selection ↵ | lou | 2012-11-29 | 1 | -3/+3 |
| | | | | elements | ||||
* | add possibility to select/deselect multiple values at a time | lou | 2012-11-29 | 1 | -50/+68 |
| | |||||
* | fix some issues concerning optgroup selection | lou | 2012-11-29 | 1 | -34/+26 |
| | |||||
* | fix issue on selecting elems nested in optgoup | lou | 2012-11-29 | 1 | -5/+5 |
| | |||||
* | add afterInit callback | lou | 2012-11-29 | 1 | -0/+3 |
| | |||||
* | delegate selectable/selection list elements binding event to parent UL | lou | 2012-11-29 | 1 | -6/+6 |
| | |||||
* | copy all option attributes to selectable/selected attributes | lou | 2012-11-29 | 1 | -4/+10 |
| | |||||
* | fix optgroup + add div in selected/selectable li (for better CSS customization) | lou | 2012-11-27 | 1 | -12/+15 |
| | |||||
* | fix optgroup | lou | 2012-11-27 | 1 | -11/+16 |
| | |||||
* | keyboard is back in the game! | lou | 2012-11-27 | 1 | -150/+145 |
| | |||||
* | Big changes: | lou | 2012-11-27 | 1 | -186/+185 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Selection list is created on init action instead of the select action. - Remove useless options: keepOrder, callbackOnInit. - Completely rewrite select_all and deselect_all methods. Performance: As expected we lost perf on init. Test on a 1000 elems list. init: before ~150 ms after ~450 ms But we gain on (de)select/(de)select_all methods select_all: before ~50 000 ms (And sometimes it just crash) after ~800 ms There is a lot more to do, but you know ... it's a start! todo: - re-introduce keyboard compat - more performance refactors - more tests | ||||
* | Update js/jquery.multi-select.js | louis cuny | 2012-11-03 | 1 | -2/+2 |
| | | | fix unselect on click | ||||
* | Update js/jquery.multi-select.js | Cary | 2012-10-22 | 1 | -9/+10 |
| | | | dblClick is defaulted to false | ||||
* | Update js/jquery.multi-select.js | Cary | 2012-10-22 | 1 | -6/+18 |
| | | | Added option dblClick to allow user to specify if they want to use a double click to move the item over to the selected list. | ||||
* | fix optgroup #32 | Louis Cuny | 2012-07-30 | 1 | -13/+14 |
| | |||||
* | authorize option with blank value to be selected0.8 | Louis Cuny | 2012-07-26 | 1 | -22/+19 |
| | |||||
* | update license to DWTFYW | Louis Cuny | 2012-07-26 | 1 | -4/+5 |
| | |||||
* | bump to version 0.8 | Louis Cuny | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | multiSelect is chainable | Louis Cuny | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | replace attr by prop() methodto determine if option is selected | Louis Cuny | 2012-07-26 | 1 | -4/+4 |
| | |||||
* | do not focus on intit | Louis Cuny | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | focusout is back | Louis Cuny | 2012-07-20 | 1 | -0/+1 |
| | |||||
* | fix scroll0.7 | Louis Cuny | 2012-07-17 | 1 | -3/+3 |
| | |||||
* | rename callbackOnInit on selectCallbackOnInit option | Louis Cuny | 2012-07-16 | 1 | -3/+3 |
| | |||||
* | focus on list instead of container (ready for searchable feature) | Louis Cuny | 2012-07-16 | 1 | -21/+16 |
| | |||||
* | do not hover optgroup li with keyboard | Louis Cuny | 2012-07-11 | 1 | -2/+2 |
| | |||||
* | focusout selected container when needed | Louis Cuny | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'keyboard'0.6 | Louis Cuny | 2012-07-02 | 4 | -282/+113 |
|\ | | | | | | | | | | | Conflicts: css/multi-select.css js/application.js | ||||
| * | version 0.6 | Louis Cuny | 2012-07-02 | 4 | -245/+3 |
| | | |||||
| * | Finally done. Need to be tested !origin/keyboard | Louis Cuny | 2012-06-29 | 1 | -9/+14 |
| | | |||||
| * | prevent selection of already selected or undefined elements | Louis Cuny | 2012-04-16 | 1 | -3/+3 |
| | | |||||
| * | keyboard for searchable method | Louis Cuny | 2012-04-16 | 1 | -4/+6 |
| | | |||||
| * | trigger change on original select when selecting/deselecting items | Louis Cuny | 2012-04-16 | 1 | -0/+2 |
| | | |||||
| * | use on() method and replace toggleClass(ms-hover) by addClass(ms-hover) to ↵ | Louis Cuny | 2012-04-16 | 1 | -7/+7 |
| | | | | | | | | prevent bug on hover | ||||
| * | fix hover on selection | lou | 2012-04-11 | 1 | -1/+1 |
| | | |||||
| * | first pass on keyboard | lou | 2012-04-11 | 2 | -30/+107 |
| | | |||||
| * | Merge branch 'master' into gh-pages | lou | 2011-12-16 | 1 | -3/+13 |
| |\ | |||||
| * \ | Merge branch 'master' into gh-pages | lou | 2011-12-16 | 2 | -54/+67 |
| |\ \ | |||||
| * | | | remove emptyArray option | lou | 2011-11-10 | 1 | -13/+0 |
| | | | | |||||
* | | | | Adding prefix to 'collapse' for Twitter Bootstrap compatibility. | Gregory Gaskill | 2012-04-19 | 2 | -5/+5 |
| |_|/ |/| | | |||||
* | | | fix #17: introduce visible param to select_all method | lou | 2011-12-16 | 1 | -3/+13 |
| |/ |/| | |||||
* | | demos for #18 | lou | 2011-12-16 | 1 | -2/+0 |
| | | |||||
* | | fix #18 Disabled multi-select doesn't show selected items | lou | 2011-12-16 | 1 | -50/+56 |
| | | |||||
* | | fix #16: class was set to undefined when no class was given0.3 | lou | 2011-12-11 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #19 from leesolutions/patch-1 | louis cuny | 2011-12-11 | 1 | -1/+1 |
|\ \ | | | | | | | Retain original options at refresh. | ||||
| * | | Retain original options at refresh. | Dan Lee | 2011-11-28 | 1 | -1/+1 |
| | | | |||||
* | | | select all bug fixes - when the select all example loads make sure all ↵ | top-flight | 2011-12-05 | 2 | -1/+4 |
| | | | | | | | | | | | | optgroups are collapsed like the first optgroup example. When 'select all' option is pressed and optgroups are collapsed, make sure the label is removed from the 'selectable' list. | ||||
* | | | optgroup bug fix | top-flight | 2011-12-04 | 1 | -1/+0 |
| | | | |||||
* | | | optgroup bug fix | top-flight | 2011-12-04 | 2 | -3/+6 |
|/ / | |||||
* | | selectable/selected divs should inherit option classes | Josh Martin | 2011-10-05 | 1 | -3/+4 |
| | | |||||
* | | Fixed bug in keepOrder logic | dfisch | 2011-10-04 | 1 | -0/+2 |
|/ | |||||
* | Oops, coma disapeared after merge | lou | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | this dumb commit fix #13 | lou | 2011-10-03 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into callbackOnInit | lou | 2011-10-03 | 2 | -1/+37 |
|\ | | | | | | | | | Conflicts: js/jquery.multi-select.js | ||||
| * | Merge pull request #12 from lou/keepOrder | louis cuny | 2011-10-01 | 2 | -2/+28 |
| |\ | | | | | | | Keep order | ||||
| | * | this is the last commit that fixes the issue #10 | Michael Bensoussan | 2011-09-30 | 1 | -2/+1 |
| | | | |||||
| | * | replace inarray by index | Michael Bensoussan | 2011-09-30 | 1 | -6/+3 |
| | | | |||||
| | * | make keepOrder working for any select not just the demo :) | Michael Bensoussan | 2011-09-29 | 1 | -1/+1 |
| | | | |||||
| | * | keepOrder now working | Michael Bensoussan | 2011-09-29 | 1 | -6/+0 |
| | | | |||||
| | * | initial commit for keepOrder option - buggy | Michael Bensoussan | 2011-09-29 | 2 | -2/+38 |
| | | | |||||
| * | | add license | louis cuny | 2011-09-29 | 1 | -0/+10 |
| |/ | |||||
* | | callbackOnInit option | lou | 2011-09-30 | 1 | -3/+5 |
|/ | |||||
* | Ooops! I did it again ! | lou | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into gh-pages | lou | 2011-09-16 | 2 | -1/+3 |
|\ | |||||
| * | add "ms-selected" class when selectable li is selected | lou | 2011-09-16 | 1 | -0/+2 |
| | | |||||
* | | fix searchable demo | lou | 2011-09-16 | 1 | -2/+5 |
| | | |||||
* | | Merge branch 'master' into gh-pages | lou | 2011-09-16 | 1 | -6/+10 |
|\ \ | |/ | |||||
| * | fix optgroup when label containing spaces | lou | 2011-09-16 | 1 | -6/+10 |
| | | |||||
* | | more precise search | lou | 2011-09-14 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:lou/multi-select | lou | 2011-09-14 | 1 | -1/+5 |
|\ | |||||
| * | Edited js/jquery.multi-select.js via GitHub | Dan Lee | 2011-09-02 | 1 | -0/+4 |
| | | |||||
| * | remove detach() from selectedLI in the msMethods.select method. use of ↵ | Dan Lee | 2011-08-30 | 1 | -1/+1 |
| | | | | | | | | detach on jquery 1.6.2 causes selectLi to be undefined. TypeError raised: "Cannot call method 'click' of undefined." | ||||
* | | add expandable optgroup and searchable demos | lou | 2011-09-14 | 2 | -0/+169 |
|/ | |||||
* | remove optgroup label when no more selectable option in it | lou | 2011-08-25 | 1 | -0/+7 |
| | |||||
* | Merge branch 'master' into gh-pages | lou | 2011-08-24 | 1 | -2/+0 |
|\ | |||||
| * | oops I forgot some console debug | lou | 2011-08-24 | 1 | -4/+0 |
| | | |||||
* | | remove console.log | lou | 2011-08-24 | 1 | -3/+1 |
|/ | |||||
* | first pass on optgroup feature | lou | 2011-08-24 | 1 | -14/+27 |
| | |||||
* | fix multiselect when using optgroup | lou | 2011-08-24 | 1 | -10/+12 |
| | |||||
* | update to jquery 1.6.2 + remove unused code | lou | 2011-07-10 | 2 | -1/+0 |
| | |||||
* | fix Multi select duplicating | lou | 2011-07-08 | 2 | -39/+43 |
| | |||||
* | add empty array to demos | lou | 2011-06-30 | 1 | -0/+9 |
| | |||||
* | fix bug on disabled option on jquery 1.6+ | lou | 2011-06-30 | 1 | -1/+2 |
| | |||||
* | use $(option).attr(selected, selected) instead of $(select).val() method + ↵ | lou | 2011-06-29 | 5 | -187/+38 |
| | | | | introduce emptyArray setting to become truly unobstrusive | ||||
* | Merge branch 'master' of github.com:lou/multi-select | lou | 2011-06-23 | 2 | -6/+10 |
|\ | |||||
| * | Triggering the change event on the selected and selectable lists when an ↵ | Jamie Kite | 2011-06-21 | 2 | -6/+10 |
| | | | | | | | | item is selected or deselected. | ||||
* | | add standardBehavior option | lou | 2011-06-05 | 1 | -3/+4 |
|/ | |||||
* | fix bug on selected options on init | lou | 2011-05-25 | 2 | -2/+2 |
| | |||||
* | fix bug on ie | lou | 2011-05-20 | 2 | -4/+6 |
| | |||||
* | submit form is back | lou | 2011-05-18 | 1 | -6/+6 |
| | |||||
* | support jquery 1.6+ | lou | 2011-05-18 | 3 | -0/+169 |
| |