Stopping event bubbling inside a ui.draggable
Hi all,
I've got an unordered list which I'm using ui.draggable on.
However inside each list item I've got an anchor link as well as a
drop down box and submit button. When the user clicks on the list,
dropdown box or submit button I want it to function as normal.
My understanding is that the click event on the link, select and
submit buttons are bubbling up to the parent list item. Is there a way
to stop these elements from triggering the draggable in the list item?
Thanks in advance!