Dragable, Dropable and Resizeable plugins in one pack.
$(‘#object’).dragable({ clone: true, opacity: 0.5, target: ‘#otherobject’, over: function( obj, target ) {…}, out: function( obj, target ) {…}, drop: function ( obj , target) {…} }).resizeable();
Parameters list: