[jQuery] Interface Sortable -- Cancel A Drop

[jQuery] Interface Sortable -- Cancel A Drop


I have several lists with elements (<li>'s) that can be sorted among
the different lists. However, a few elements CANNOT be sorted outside
of their own list. They are differentiated with an additional class
name.
How can I (a) detect this and (b) cancel the drop and return the item
to its original list?
Thanks