javascript - Add event listener to all objects except for a few selected? -


i wonder how add event listener elements except few selected? prefer not use jquery, because it's harder debug on chrome's developer tools. (you can see handler attached in each object chrome's developer tools if you're not using jquery)

you can use link:

https://developer.mozilla.org/en/dom/element.addeventlistener

it has examples , tells captures , bubbling


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -