-
Recent Posts
Recent Comments
Archives
Categories
Meta
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 eventdelegation, events, javascript, literals, method, objects, oop, singelton
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