An open API service indexing awesome lists of open source software.

https://github.com/phenax/draggable_jquery_pugin

A simple jQuery plugin to allow users to drag elements on the page.
https://github.com/phenax/draggable_jquery_pugin

Last synced: about 1 year ago
JSON representation

A simple jQuery plugin to allow users to drag elements on the page.

Awesome Lists containing this project

README

          

# Draggable - jQuery plugin
A simple jQuery plugin to allow users to drag elements on the page.

# Instructions
1. Include the jquery and draggable-jquery.js files in your html file using script tags.
2. Make an element from the page draggable by using the following syntax...
```javascript
$('.element-to-move').draggable();
```

# Demo
[Codepen link](http://codepen.io/phenax/full/dYqbJJ)