Tag Archives: events

JS: Deactivate single Events while using Event Delegation

If you come along one of those instances where you want to disable an event listener you have many options. One of them would be to assign null to the event handler.

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment

Event Delegation in JavaScript

The next logical step up, respectively down-level from using CSS3 Selectors together with JavaScript libraries to select specific DOM elements, is to write your own JavaScript to control your markup. So in order to completely seperate behaviour (JavaScript) from presenation … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment