1. 14 1月, 2016 1 次提交
  2. 25 11月, 2015 1 次提交
  3. 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
  4. 21 10月, 2015 1 次提交
  5. 15 10月, 2015 1 次提交
  6. 24 9月, 2015 1 次提交
  7. 23 9月, 2015 1 次提交
  8. 16 9月, 2015 4 次提交
  9. 10 9月, 2015 1 次提交
  10. 09 9月, 2015 1 次提交
  11. 07 9月, 2015 1 次提交
  12. 03 9月, 2015 2 次提交
  13. 01 9月, 2015 2 次提交
  14. 25 8月, 2015 1 次提交
  15. 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
  16. 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
  17. 31 7月, 2015 2 次提交
  18. 28 7月, 2015 2 次提交
  19. 21 7月, 2015 1 次提交
  20. 18 7月, 2015 4 次提交
  21. 15 7月, 2015 1 次提交
  22. 13 7月, 2015 1 次提交
  23. 27 6月, 2015 4 次提交
  24. 25 6月, 2015 3 次提交