Are event handlerss in JavaScript called in order?
Posted
by musicfreak
on Stack Overflow
See other posts from Stack Overflow
or by musicfreak
Published on 2010-04-24T20:58:29Z
Indexed on
2010/04/24
21:03 UTC
Read the original article
Hit count: 328
I know this is a simple question, but I haven't had the chance to test it in any browser other than Firefox.
If I attach multiple event handlers to a single event on a single DOM element, are the event handlers guaranteed to be called in the order they were added? Or should I not rely on this behavior?
© Stack Overflow or respective owner