Are event handlers 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 23:43 UTC
Read the original article Hit count: 252

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

Related posts about JavaScript

Related posts about events