Useful Introduction to Web Custom Events
Browser events, otherwise DOM events are actions which are executed by the browser / system or asynchronously by a user interaction with some part of the DOM. They are buildin events like click or keyup and custom events which can be created by the web application developer. Important Concepts There are some things, we should consider when using events. […]