selectable event propagation
I have a selectable unordered list where each list item contains an
image. When I click on a selectable, the function I've defined for
the stop event is sometimes fired in response to clicking on the
image. This is a problem because it sometimes adds a border to the
image instead of to the entire <li> element. Does anyone know how to
prevent this kind of event propagation for the jQuery selectables?