Previous handlers are not called - why?

Previous handlers are not called - why?

Here's my JS fiddle where I tried to add my own handler in already existing chain. It's called but forgets totally about the ones that were defined earlier. I need to call these predecessors no matter whether they're defined in a static HTML or by DOM manipulation. How can I do this?