I'm using a jQuery UI plugin that captures mouse/keyboard clicks (ui.selectable.js) and doesn't seem to propagate it further.
Is there some trick I can use to capture keydown
or mouse*
events in my code even for elements where the plugin is already listening for these events and not propagating them?