JavaScript Dragging Component: Dragdealer JS
12
Jun
// php the_time('Y') ?>
Dragdealer JS is a free JavaScript component for easily creating interfaces that support dragging (like a slider).
It is a standalone script that also works in touch-enabled mobile devices.
The script is pretty flexible with options like:
- working horizontally or vertically
- defining the initial positions of the slider (x/y)
- setting the number of steps for the slider
- snapping to the steps
- and much more.
Dragdelaer JS has callbacks on both release and move events which makes any type of interactions possible.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://code.ovidiu.ch/dragdealer/
Download: http://code.google.com/p/dragdealer/downloads/list
Compatibility: All Major Browsers
Website: http://code.ovidiu.ch/dragdealer/
Download: http://code.google.com/p/dragdealer/downloads/list
- Tags:
Drag'n Drop Javascript
- Filed under: Browsing, Goodies, MIT License
- 3 Comments
















3 Responses for "JavaScript Dragging Component: Dragdealer JS"
great! thanks alot.
Wow this may be just the thing I need for an interactive order form I’m designing, where I want to be able to let customers drag and arrange columns for a custom template design.
That is a really cool javascript library to drag objects around the screen.