JS Bin demo
Task:
I\'m creating an event scheduler using jQuery UI. Events are of a certain length (in minutes) and they can be dragged into dif
$( "#daybox" /*or selector for days elements*/ ).bind( "sortreceive", function(event, ui) { if(/*percent*/ >= 100) $(ui.sender).sortable('cancel'); });
then, the dropped element returns to the group.