How can I put a new event at the top of all attached events linked to an object just after the page load?
Pratically I have an accordion using some YUI funcs to activate its behavior, now without modifying the YUI main function I need some new functions used to call AJAX routines. Currently I am trying with Event.getListeners, but I don't know how to treat the returned objects.
Regards