Attach an event to last in the event queue

Attach an event to last in the event queue


Hello, I'm working on some elgg themes which use jquery. The theme
javascript is the last one loaded in the application, but when I bind
a click event to an object (which already has click events attached)
it goes to the beggining of the event queue, and execute first than
all the others. How can I bind an event specifically to the end of the
queue?
Thanks in advance.