There are more custom onclick events on a page. I want for every custom onclick event to first prevent the default, do my things and then pass the command to the first custom event.
In other words I want to put my event on top of any other assigned click events. How can I do that?