Cancel or Prevent Drop
Cancel or Prevent Drop
I'm using jQuery UI Sortable and I'm trying to figure out how to
cancel the drop or prevent the drop at certain areas? I know the
events are being fired, onChange and onUpdate, and I tried doing a
"return false" to denied the drop and tell the draggable to go back
where it came from.
Please help.
Thanks,
Will