Skip to content

Instantly share code, notes, and snippets.

View thednp's full-sized avatar
🚲
Back to working from home

thednp

🚲
Back to working from home
View GitHub Profile
@thednp
thednp / DragTransform
Last active August 29, 2015 14:23 — forked from fta2012/DragTransform
var selector = 'img' // Replace this with the selector for the element you want to make transformable
jQuery.getScript('//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js', function() {
jQuery.getScript('//cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js', function() {
(function() {
var $, applyTransform, getTransform, makeTransformable;
$ = jQuery;