[jQuery] Disabling jCarousel Image Selection

[jQuery] Disabling jCarousel Image Selection


I've encountered a minor but annoying bug in jCarousel.
1. Go to http://sorgalla.com/projects/jcarousel/examples/dynamic_javascript.html
2. Double click the right arrow button.
3. Notice some of the images and middle section get the selection
"highlight".
It's almost not noticeable in this simple example, but in more
complicated examples it gets very annoying.
How would you disable the select-on-double click feature for the
jCarousel widget? I've tried doing:
$('#myCarousel').bind('dblclick', function(){ return false; });
but this has no effect.
Regards,
Chris