Hi,
FYI: I am using Oracle APEX v4.2 with an Oracle 11g R2 DB.
I am using an Oracle APEX Shuttle item within a page where the ID's of both my left and right shuttles are: P10_LIST_LEFT and P10_LIST_RIGHT.
What I am attempting to do via jQuery, is disable the user's ability to perform a double click event on either shuttle, that would "move" an item from the left to right or "remove" an item from right to left.
I have tried the following and unfortunately the double click move from left to right still occurs.
$("#P10_LIST_LEFT").dblclick(function(){event.preventDefault();return false;});
Can anybody please assist as to how to prevent this normal double click behaviour.
Thanks.
Tony.