[jQuery] Overriding jQuery methods

[jQuery] Overriding jQuery methods


I need to override a jQuery method, more specifically the animate
method.
My aim is for jQuery to trigger an event ( eg. trigger('animate') or
trigger('fadeOut') ) so that one can hook to these events within other
code.
I don't understand advanced javascript object oriented programming and
couldn't find a solution on the net
I also think that this will be good addition to the jQuery core.
Thanks
Andho