var element = $(''theElementYouWishToDoThisFor'');
if (Event.observers)
$A(Event.observers).each(function(ob) {
if (ob[0] == element)
Event.stopObserving(ob[0], ob[1], ob[2]);
});
..untested but that might work.
The information transmitted in this electronic mail is intended only for the
person or entity to which it is addressed and may contain confidential,
proprietary, and/or privileged material. Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all computers.