In my case,I have an UL with JQuery UI Selectable plugin applied,but at the same time ,I want the item witch was binded with selectable plugin was
JQuery UI Selectable
selectable plugin
In jQuery you can link events, like this:
$( "#selectable" ).selectable().dblclick();
Bit I'm not sure this will work, because both events are click events.