How to enable dblclick event on elements which was binded with JQuery UI Selectable plugin?
问题 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 doing something when I double click this item.But it seems that the JQuery UI Selectable plugin had block the dblclick event . So,how can I make it work? E.g: <script> $(function() { $( "#selectable" ).selectable(); $( "#selectable" ).dblclick(function(){ // do something here }) }); </script> <ul id="selectable"> <li class="ui-widget-content">Item