TJuiDraggable Samples

.ui-draggable { width: 100px; height:100px; background-color: lime; border: 1px solid black; padding: 1em; } .ui-droppable { width: 150px; height:150px; border: 1px solid black; padding: 1em; margin: 1em; } .drop-yellow { background-color: yellow; } .drop-red { background-color: red; }
Default options with a little css applied: Drag me around Drop it here!
Drop it here!