.Item{width:150px;height:150px;background:blue;} .Dropzone{margin:50px 0 0 0; width:400px; height:400px; background:#e3e3e3;} .Item > input{display:none;}
var item = ui.draggable.find('input'); item.click();