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.
- Host: GitHub
- URL: https://github.com/phenax/draggable_jquery_pugin
- Owner: phenax
- Created: 2015-11-04T10:44:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T15:48:29.000Z (over 10 years ago)
- Last Synced: 2025-01-16T19:52:39.300Z (over 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)