Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 527 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 527 Bytes

Handgrip.js

Transforms any DOM element into a movable, resizable object.

Usage

Simply drop the CSS onto any page:

<link rel="stylesheet" href="handgrip.css"/>

Then, include the JavaScript with jQuery:

<script src="jquery-1.8.0.js"></script>
<script src="handgrip.js"></script>

See the included demo page for usage.

License

Copyright 2012 Entropi Software, LLC.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0