Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #251 from solidmoose/masterHEADorigin/masterorigin/HEADmaster | louis cuny | 2016-11-22 | 1 | -2/+2 |
|\ | | | | | Fix addOption when 'nested' specified | ||||
| * | Fix addOption when 'nested' specified | Ian | 2016-09-21 | 1 | -11/+1 |
| | | | | | | Tidied up code (realized the logic was already there, just out of order). | ||||
| * | Fix addOption when 'nested' specified | Ian | 2016-09-18 | 1 | -2/+12 |
| | | |||||
* | | Add optionClass and disabled options to addOption | Peter Aba | 2016-11-22 | 1 | -0/+8 |
|/ | |||||
* | Update jquery.multi-select.js | mdeweerd | 2016-03-13 | 1 | -10/+10 |
| | | | | Missing ";" resulting in a failing script after packing. To discover these locations 'JSHint' was used. JSHint also complained about 'undefined' comparisons that should use '===' so these were fixed as well. | ||||
* | Fix Memory leak from elements focus event | Richard Evans | 2016-02-03 | 1 | -0/+1 |
| | |||||
* | use the current container to delegate mouse events | lou | 2015-10-28 | 1 | -3/+3 |
| | |||||
* | update to version 0.9.12 | lou | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | Update jquery.multi-select.js | Sameer Ababneh | 2015-10-26 | 1 | -2/+2 |
| | |||||
* | add conditional so the component can accepts value that is interpreted to false | Pedro Medeiros | 2015-03-23 | 1 | -2/+5 |
| | |||||
* | remove item highlighting when mouse leaves list | Oliver Gillespie | 2014-08-13 | 1 | -0/+4 |
| | |||||
* | remove useless code on mouse move (minor bug still exists) | lou | 2014-07-16 | 1 | -13/+9 |
| | |||||
* | fix hover on lists | lou | 2014-07-16 | 1 | -10/+10 |
| | |||||
* | do not select/deselect disabled elems on optgroup click (fix #141) | lou | 2014-07-16 | 1 | -4/+4 |
| | |||||
* | fix options order in optgroup (fix #133) | lou | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Bugfix: char is a reserved keyword for Javascript | Paris | 2014-05-13 | 1 | -3/+3 |
| | | | `char` was used as a variable name (check at the bottom of the page @ http://www.crockford.com/javascript/survey.html) and thus closure compiler throws ERROR and quits. This fix just renames the variable so that js can be minified. | ||||
* | fix keepOrder on init (fix #131) | lou | 2014-04-11 | 1 | -2/+2 |
| | |||||
* | version 0.9.11 | Lou | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | fix of destroy function plus corresponding tests | Stefan Morgenthaler | 2014-02-21 | 1 | -0/+1 |
| | |||||
* | Merge pull request #101 from camart/master | louis cuny | 2014-02-05 | 1 | -2/+4 |
|\ | | | | | fix performance issue hiliting large lists | ||||
| * | fix performance issue hiliting large lists | Camart Ltd (John/AP) | 2013-09-25 | 1 | -2/+4 |
| | | |||||
* | | fix escapeHTML name | Lou | 2014-01-28 | 1 | -1/+1 |
| | | |||||
* | | escape HTML from text options (fix #110) | Lou | 2014-01-28 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #114 from sterrien/master | louis cuny | 2014-01-28 | 1 | -1/+6 |
|\ \ | | | | | | | Allow selected and disabled options | ||||
| * | | Allow selected and disabled options | Simon Terrien | 2013-12-17 | 1 | -1/+6 |
| |/ | | | | | | | Related to #81 issue. | ||||
* | | add cssClass option to customize container0.9.10 | Lou | 2014-01-28 | 1 | -4/+4 |
| | | |||||
* | | bump to 0.9.90.9.9 | Lou | 2014-01-28 | 1 | -1/+1 |
| | | |||||
* | | add addOption method | Lou | 2014-01-28 | 1 | -22/+50 |
| | | |||||
* | | Support non-english characters in items values | Vedmaka | 2013-12-26 | 1 | -2/+10 |
|/ | | | Currently if select items have their values other than english, their ids becomes all the same: "_-selection" (following line 140). It is resonable to use string hash instead of regexp. | ||||
* | Merge pull request #94 from Frique/shift-tab | louis cuny | 2013-09-08 | 1 | -0/+12 |
|\ | | | | | Tab and Shift-Tab key behavior improvement | ||||
| * | Makes tabbing in/out of the control also work in IE | Berend | 2013-08-26 | 1 | -2/+10 |
| | | | | | | | | | | Follows tabindex attribute when using the tab / shift-tab keys through the form. | ||||
| * | Make shift-tab focus on the previous control | Berend | 2013-08-25 | 1 | -0/+4 |
| | | | | | | | | | | As it would when working with native form controls. Does not work in IE yet, but so does regular tabbing at the moment. | ||||
* | | Changes option to allow any specified key to be used for selection | Berend | 2013-08-31 | 1 | -13/+7 |
| | | | | | | | | As discussed. | ||||
* | | Adds option so select items with enter key | Berend | 2013-08-26 | 1 | -0/+8 |
|/ | |||||
* | Prevents all options being disabled in IE7 | Berend | 2013-08-15 | 1 | -1/+1 |
| | | | | | Which made them unselectable. The disabled attribute doesn't seem necessary on <li>s so it's now prevented. | ||||
* | Revert "Adds global state check for old IE (7) and makes clicking options work" | Berend | 2013-08-15 | 1 | -4/+1 |
| | | | | This reverts commit 563d2e42cf43d7382647695b7eb5a14cb561a53c. | ||||
* | Adds global state check for old IE (7) and makes clicking options work | Berend | 2013-08-15 | 1 | -1/+4 |
| | | | | | | | | Adds option (state) "isOldIE" which is set to true if $.browser is present and checks positive for ie7. Also makes clicking options work in ie7 (by replacing the click event with mouseup event which is the bizar fix). | ||||
* | fix bug on keepOrder with jquery version < 1.9 | lou | 2013-08-02 | 1 | -1/+4 |
| | |||||
* | do not authorize keyboard to navigate through disabled elements | lou | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | bump to version 0.9.80.9.8 | lou | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | keepOrder should be set to false by default | lou | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | keepOrder is back | lou | 2013-07-03 | 1 | -1/+6 |
| | |||||
* | bump to version 0.9.70.9.7 | lou | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | refactor optgroup generation | lou | 2013-07-03 | 1 | -100/+77 |
| | |||||
* | prevent disabled options from being selected | lou | 2013-06-28 | 1 | -14/+9 |
| | |||||
* | fix multiselect ID generation | lou | 2013-06-26 | 1 | -4/+3 |
| | |||||
* | nevisit the way to handle the focus on lists0.9.6 | lou | 2013-06-24 | 1 | -114/+138 |
| | |||||
* | add a destroy method | lou | 2013-05-24 | 1 | -1/+5 |
| | |||||
* | try to fix refresh method. Tests needed | lou | 2013-05-24 | 1 | -1/+2 |
| | |||||
* | use JSHint to clean the code | lou | 2013-04-20 | 1 | -58/+60 |
| | |||||
* | refactor dblClick stuff | lou | 2013-04-19 | 1 | -15/+8 |
| | |||||
* | simplify sanitize regexp and pre-compiled it | lou | 2013-04-19 | 1 | -7/+6 |
| | |||||
* | Fixed refreshing (empty selectable & selection containers etc. before reinit) | Hck | 2013-04-12 | 1 | -0/+4 |
| | |||||
* | update version to 0.9.50.9.5 | lou | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | update version number0.9.4 | lou | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | call the callbacks methods on select_all/deselect_all methods | lou | 2013-01-09 | 1 | -2/+13 |
| | |||||
* | disable selectedLi if selected, not selectableLi | Joseph Mitchell Magen | 2013-01-03 | 1 | -4/+9 |
| | |||||
* | fix keyboard selection | lou | 2012-12-27 | 1 | -2/+2 |
| | |||||
* | fix #47 : add selectableFooter and selectionFooter options | lou | 2012-12-27 | 1 | -6/+8 |
| | |||||
* | fixes #41: escape special chars0.9.3 | lou | 2012-12-27 | 1 | -12/+34 |
| | |||||
* | fixes #49: new option to select nested optgroup options0.9.2 | lou | 2012-12-18 | 1 | -16/+42 |
| | |||||
* | Check if attribute is a DOM node before copying it. Plugin was not working ↵0.9.1 | lou | 2012-12-13 | 1 | -2/+12 |
| | | | | on IE7. | ||||
* | fix major bug not selecting original option | lou | 2012-12-12 | 1 | -8/+2 |
| | |||||
* | improve keyboard behaviour | lou | 2012-12-07 | 1 | -38/+59 |
| | |||||
* | 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 |
| |