Skip to content

Instantly share code, notes, and snippets.

View JulioWar's full-sized avatar
👨‍💻
I may be slow to respond.

Julio Guerra JulioWar

👨‍💻
I may be slow to respond.
  • Costa Rica
View GitHub Profile
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;