I'm looking for a lightweight true javascript sort lib for lists.
Slip is a wonderful and efficient piece of code, but I would like a stripped version:
- only reorder functionality (no aria, swiping etc.)
- better way to call Slip:
Slip(container_node,{options})
I already made an attempt to strip the code but I'm guessing the actual author will do a better job knowing all dependencies...
I'm looking for a lightweight true javascript sort lib for lists.
Slip is a wonderful and efficient piece of code, but I would like a stripped version:
Slip(container_node,{options})I already made an attempt to strip the code but I'm guessing the actual author will do a better job knowing all dependencies...