Event Management
Event Management
Introduction
Hello,
While introducing jQuery, we said that it is not only DOM manipulation but also an important feature such as event management.
what is event
First, let's learn what an event is.
Events are mostly generated by the user in the web browser.
We can define many user-induced events such as mobile users touching the screen, Web users moving the mouse, clicking a button, and scrolling the mouse.
Since Javascript is a programming language, we will manage our program flow according to the events that occur.