In this nested list example: http://jsfiddle.net/7e2gs/, the accept function on the droppable items is returning the expected value (false, when the droppable is a child item of the draggable).
However, the activeClass is being applied to all the droppables, not just the ones that had the accept function return true.
How do I get the activeClass to be applied only to the items that had the accept function return true?