Easy Drag and Drop Plugin with jQuery and CSS3 Transforms - dragme

File Size: 4.63 KB
Views Total: 1933
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Easy Drag and Drop Plugin with jQuery and CSS3 Transforms - dragme

Dragme is a lightweight jQuery script for enabling drag and drop functionality on any DOM elements by using CSS3 transforms, without requiring the jQuery UI library.

How to use it:

1. Load the latest jQuery library and the jQuery dragme plugin before the closing body tag.

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="jquery.dragme.js"></script>

2. Call the plugin on the target element to make it draggable using CSS3 transforms.

$('#ELEMENT').dragMe();

This awesome jQuery plugin is developed by bufferapp. For more Advanced Usages, please check the demo page or visit the official website.