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 | 5 | -9419/+13 |
| | |||||
* | 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 |
| | |||||
* | add test on slectable item clicked | lou | 2012-11-27 | 1 | -0/+4 |
| | |||||
* | remove keepOrder test | lou | 2012-11-27 | 1 | -16/+0 |
| | |||||
* | fix existing specs | lou | 2012-11-27 | 2 | -33/+26 |
| | |||||
* | 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 | ||||
* | Merge pull request #40 from cary42/master | louis cuny | 2012-10-30 | 1 | -14/+27 |
|\ | | | | | added option dblClick | ||||
| * | 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. | ||||
* | Merge pull request #38 from top-flight/master | louis cuny | 2012-10-14 | 1 | -1/+1 |
|\ | | | | | switch.png is not centered like in the examples | ||||
| * | Update css/multi-select.css | top-flight | 2012-10-14 | 1 | -1/+1 |
|/ | | | Center switch.png between the two form elements | ||||
* | add test for chainable feature | Louis Cuny | 2012-07-30 | 1 | -6/+4 |
| | |||||
* | fix optgroup #32 | Louis Cuny | 2012-07-30 | 1 | -13/+14 |
| | |||||
* | re-order specs + add specs for deselect method | Louis Cuny | 2012-07-26 | 1 | -82/+122 |
| | |||||
* | s/original/standard | Louis Cuny | 2012-07-26 | 1 | -3/+3 |
| | |||||
* | test if focus is triggered by original select on select | Louis Cuny | 2012-07-26 | 1 | -0/+5 |
| | |||||
* | 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 | 2 | -4/+18 |
| | |||||
* | bump to version 0.8 | Louis Cuny | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | multiSelect is chainable | Louis Cuny | 2012-07-26 | 2 | -1/+6 |
| | |||||
* | symlink to multiselect lib for tests | Louis Cuny | 2012-07-26 | 1 | -322/+1 |
| | |||||
* | replace attr by prop() methodto determine if option is selected | Louis Cuny | 2012-07-26 | 3 | -14/+61 |
| | |||||
* | do not focus on intit | Louis Cuny | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | test if selected item is present on select action | Louis Cuny | 2012-07-20 | 1 | -1/+5 |
| | |||||
* | test if standard select event change is triggered on select action | Louis Cuny | 2012-07-20 | 1 | -0/+5 |
| | |||||
* | test if standard select is hidden | Louis Cuny | 2012-07-20 | 1 | -0/+6 |
| | |||||
* | update jasmine-jquery | Louis Cuny | 2012-07-20 | 1 | -141/+253 |
| | |||||
* | first pass on tests (about a fucking time !) | Louis Cuny | 2012-07-20 | 10 | -0/+13387 |
| | |||||
* | 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 |
| | |||||
* | css for focused list | Louis Cuny | 2012-07-16 | 1 | -6/+11 |
| | |||||
* | 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 pull request #29 from tylerbutler/patch-1 | louis cuny | 2012-07-05 | 1 | -1/+1 |
|\ | | | | | Correct reference to switch.png image. | ||||
| * | Correct reference to switch.png image. | Tyler Butler | 2012-07-04 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'keyboard'0.6 | Louis Cuny | 2012-07-02 | 18 | -1082/+147 |
|\ | | | | | | | | | | | Conflicts: css/multi-select.css js/application.js | ||||
| * | version 0.6 | Louis Cuny | 2012-07-02 | 17 | -1082/+32 |
| | | |||||
| * | Finally done. Need to be tested !origin/keyboard | Louis Cuny | 2012-06-29 | 2 | -9/+15 |
| | | |||||
| * | prevent selection of already selected or undefined elements | Louis Cuny | 2012-04-16 | 3 | -4/+9 |
| | | |||||
| * | keyboard for searchable method | Louis Cuny | 2012-04-16 | 2 | -4/+7 |
| | | |||||
| * | remove scrollTo dependency | Louis Cuny | 2012-04-16 | 1 | -4/+3 |
| | | |||||
| * | 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 | 2 | -2/+2 |
| | | |||||
| * | first pass on keyboard | lou | 2012-04-11 | 5 | -33/+146 |
| | | |||||
| * | Merge branch 'master' into gh-pages | lou | 2011-12-16 | 2 | -7/+17 |
| |\ | |||||
| * \ | Merge branch 'master' into gh-pages | lou | 2011-12-16 | 4 | -62/+76 |
| |\ \ | |||||
| * | | | remove emptyArray option | lou | 2011-11-10 | 1 | -13/+0 |
| | | | | |||||
* | | | | Merge pull request #27 from chronon/master | louis cuny | 2012-04-20 | 3 | -8/+8 |
|\ \ \ \ | | | | | | | | | | | The class .collapse creates a conflict with Twitter Bootstrap | ||||
| * | | | | Adding prefix to 'collapse' for Twitter Bootstrap compatibility. | Gregory Gaskill | 2012-04-19 | 3 | -8/+8 |
|/ / / / | |||||
* | | | | Merge pull request #25 from jshou/patch-1 | louis cuny | 2012-04-01 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | s/selection/selected/ bug | ||||
| * | | | s/selection/selected/ bug | Joshua Hou | 2012-04-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | fix #17: introduce visible param to select_all method | lou | 2011-12-16 | 2 | -7/+17 |
| |/ |/| | |||||
* | | demos for #18 | lou | 2011-12-16 | 2 | -6/+4 |
| | | |||||
* | | fix #18 Disabled multi-select doesn't show selected items | lou | 2011-12-16 | 2 | -54/+61 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | Merge pull request #21 from top-flight/optgroup-fixes | louis cuny | 2011-12-11 | 2 | -4/+9 |
|\ \ \ | |/ / |/| | | optgroup bug fix | ||||
| * | | 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 |
|/ / | |||||
* | | Merge pull request #16 from skiz/master | louis cuny | 2011-10-06 | 1 | -3/+4 |
|\ \ | | | | | | | defined option classes should be passed to selectable/selected divs | ||||
| * | | selectable/selected divs should inherit option classes | Josh Martin | 2011-10-05 | 1 | -3/+4 |
|/ / | |||||
* | | Merge pull request #15 from dfisch/master | Michael Bensoussan | 2011-10-04 | 1 | -0/+2 |
|\ \ | |/ |/| | Bug in keepOrder | ||||
| * | Fixed bug in keepOrder logic | dfisch | 2011-10-04 | 1 | -0/+2 |
|/ | |||||
* | Oops, coma disapeared after merge | lou | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14 from lou/callbackOnInit0.2 | louis cuny | 2011-10-03 | 1 | -4/+5 |
|\ | | | | | Callback on init | ||||
| * | this dumb commit fix #13 | lou | 2011-10-03 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into callbackOnInit | lou | 2011-10-03 | 3 | -1/+55 |
| |\ | |/ |/| | | | | | Conflicts: js/jquery.multi-select.js | ||||
* | | Merge pull request #12 from lou/keepOrder | louis cuny | 2011-10-01 | 3 | -2/+46 |
|\ \ | | | | | | | 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 | 2 | -7/+1 |
| | | | |||||
| * | | initial commit for keepOrder option - buggy | Michael Bensoussan | 2011-09-29 | 3 | -2/+56 |
| | | | |||||
* | | | 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 | 3 | -1/+6 |
|\ |