1. 21 1月, 2016 2 次提交
  2. 20 1月, 2016 1 次提交
  3. 19 1月, 2016 1 次提交
  4. 15 1月, 2016 1 次提交
  5. 14 1月, 2016 1 次提交
  6. 12 1月, 2016 1 次提交
  7. 03 1月, 2016 1 次提交
  8. 23 12月, 2015 1 次提交
    • R
      * UPD · b5780dce
      RubaXa 提交于
      b5780dce
  9. 18 12月, 2015 1 次提交
  10. 16 12月, 2015 2 次提交
  11. 14 12月, 2015 1 次提交
  12. 13 12月, 2015 1 次提交
  13. 09 12月, 2015 1 次提交
  14. 25 11月, 2015 1 次提交
  15. 20 11月, 2015 2 次提交
  16. 19 11月, 2015 2 次提交
    • D
      refactor _matches() out of _closest() · 4facaff7
      Dan LaMotte 提交于
      The _closest() method already defined a way to do what _matches() was
      trying to accomplish.  This pulls the functionality out of _closest() so
      that it can be reused outside of _closest() but refactors _closest() to
      use this new _matches() method.
      4facaff7
    • D
      fix for sorting elements within a non-homogenus list of elements · 4c2bd1c2
      Dan LaMotte 提交于
      For instance, say you are sorting tbody's within a table element.  There
      can also exist tfoot and thead within the table element.  The _index()
      function assumes that the list of elements within the parent is
      homogenus (ie: just li's below an ol/ul).  This isnt the case when
      sorting tbody under table.  This is edge case until you want to group
      tr's under a table and sort on those groupings.
      4c2bd1c2
  17. 15 11月, 2015 1 次提交
  18. 11 11月, 2015 1 次提交
  19. 10 11月, 2015 1 次提交
  20. 03 11月, 2015 1 次提交
  21. 27 10月, 2015 2 次提交
    • C
      avoid changing oldIndex by the parent container · a4e003d4
      Cyril Auburtin 提交于
      should fix #618 and #597
      
      oldIndex was changed first by with the item being dragged, but also by the drag event of the parent (which should be avoided when we are not using the drag-handle)
      a4e003d4
    • T
      Added onChoose event. · 0d17cf09
      TaliLavi 提交于
      This event will fire when an element is chosen, and is particularly
      useful for providing the user with a visual, auditory or tactile indication,
      in case a delay was enabled.
      0d17cf09
  22. 21 10月, 2015 1 次提交
  23. 15 10月, 2015 2 次提交
  24. 06 10月, 2015 2 次提交
  25. 05 10月, 2015 1 次提交
  26. 24 9月, 2015 1 次提交
  27. 23 9月, 2015 1 次提交
  28. 16 9月, 2015 4 次提交
  29. 10 9月, 2015 1 次提交
  30. 09 9月, 2015 1 次提交