jQuery Plugin For Dragging, Rotating and Scaling Elements - touch.js

File Size: 7.06KB
Views Total: 11438
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Dragging, Rotating and Scaling Elements - touch.js

touch.js is a simple jQuery plugin that makes elements draggable, rotatable and scalable on touch devices.

How to use it:

1. Markup

<div id="demo">Finger me!</div>

2. Include jQuery library and touch.js

<script src='http://code.jquery.com/jquery-1.9.1.min.js'></script> 
<script src='jquery.touch.js'></script> 

3. Call the plugin

<script>
$('#demo').touch();
</script>

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