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