Draggabilly – a standalone and lightweight JavaScript library for “Draggable” and “Droppable”  elements.

Draggabilly

The element to be dragged can be limited to have that feature in a container and there are callbacks on each event (start, move, end) which can also return the position/location of the item.

It works in all modern browsers (IE8+) and there is built-in support for touch events.

Requirements: No Requirements
Compatibility: All Modern Browsers

Website: http://draggabilly.desandro.com/
Download: http://github.com/desandro/draggabilly

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

16 − three =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Detect screen size with jQuery and apply a CSS style

Sometimes we need to format the content differently according to the screen resolution of the user. One of the ways to do this is to simply detect the screen width using the screen.width property and change the stylesheet.