I have a simple jsfiddle that won't drop on a droppable DIV, but will drop on a textbox not set as droppable.
Can anyone tell be why the draggable won't drop in the DIV and why it will drop in the text box?
have tried using different selectors, checked that .data('droppable') is true on the DIV (it is) and tried about everything I could find concerning issues with droppable DIVs...alas to no avail.