https://github.com/victornpb/drag-and-resize
My first time implementing drag and resize on the web before jquery was even a thing
https://github.com/victornpb/drag-and-resize
drag-and-drop ie6 javascript javascript-library ui-components vanilla-javascript
Last synced: about 2 months ago
JSON representation
My first time implementing drag and resize on the web before jquery was even a thing
- Host: GitHub
- URL: https://github.com/victornpb/drag-and-resize
- Owner: victornpb
- Created: 2014-05-15T04:02:24.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-09-07T18:04:37.000Z (over 5 years ago)
- Last Synced: 2025-02-09T03:26:31.191Z (4 months ago)
- Topics: drag-and-drop, ie6, javascript, javascript-library, ui-components, vanilla-javascript
- Language: JavaScript
- Homepage: http://victornpb.github.io/drag-and-resize/
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
drag-and-resize
===============This was my first time implementing drag and resize on the web, this was before jquery was even a thing. I remember I implemented this without looking at any other code, drag interfaces wasn't popular at all at the time (on the web at least). At the time I used IE6 as my main browser, I'm surprised that it still works to this day.
I certainly remember IE6 wasnt particularly fast at refreshing the boxes under the cursor, they lagged a bit behind the cursor, that's why the mousemove is registered outside the elements, because the cursor would get outside the box if you dragged it too fast. So this was "optimized for performance" back then.
http://victornpb.github.io/drag-and-resize/
