[jQuery] How to test if an event has been defined?

[jQuery] How to test if an event has been defined?


Hi,
How would I test if an ID has been defined with a Droppable "event"?
That is, if
$('.fileviewer-body').Droppable(
...
);
has been defined previously in my page? Thanks for your help, - Dave