1. 16 12月, 2015 1 次提交
  2. 14 12月, 2015 1 次提交
  3. 13 12月, 2015 1 次提交
  4. 09 12月, 2015 1 次提交
  5. 25 11月, 2015 1 次提交
  6. 20 11月, 2015 2 次提交
  7. 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
  8. 15 11月, 2015 1 次提交
  9. 11 11月, 2015 1 次提交
  10. 10 11月, 2015 1 次提交
  11. 03 11月, 2015 1 次提交
  12. 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
  13. 21 10月, 2015 1 次提交
  14. 15 10月, 2015 2 次提交
  15. 06 10月, 2015 2 次提交
  16. 05 10月, 2015 1 次提交
  17. 24 9月, 2015 1 次提交
  18. 23 9月, 2015 1 次提交
  19. 16 9月, 2015 4 次提交
  20. 10 9月, 2015 1 次提交
  21. 09 9月, 2015 1 次提交
  22. 07 9月, 2015 1 次提交
  23. 03 9月, 2015 2 次提交
  24. 01 9月, 2015 2 次提交
  25. 25 8月, 2015 1 次提交
  26. 21 8月, 2015 1 次提交
    • P
      don't nest parent in child Sortable · e51dc539
      Paolo Priotto 提交于
      when nesting Sortable's, we're not interested in this error:
      "HierarchyRequestError: Failed to execute 'appendChild' on 'Node': The new child element contains the parent."
      e51dc539
  27. 17 8月, 2015 1 次提交
    • P
      check for existence of dataTransfer · f7af4b15
      Paolo Priotto 提交于
      As done in the other place where `dataTransfer` is used.
      This is to support fake html5 drag and drop events, where `dataTransfer` is not accessible. Use case: Selenium testing with ePages-de/chromedriver-html5-dragdrop
      f7af4b15
  28. 31 7月, 2015 2 次提交
  29. 28 7月, 2015 1 次提交