Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
use `page{d}Offset` instead of `scroll{d}`
All modern browsers seem to support `window.pageXOffset` and `window.pageYOffset`, which are aliases for `window.scrollX` and `window.scrollY`. IE doesn't seem to have `window.scrollX` and `window.scrollY`. fixes #302
N
Noah Chase committed
1f58b1b10b7eca676654e0989c7831ae8e9f9fdd
Parent: e0ee07c
Committed by Noah Chase <nchase@gmail.com>
on 3/10/2015, 4:44:07 PM