#39 Events in JQuery Part 1

preview_player
Показать описание
We have the ability to create dynamic web pages by using events. Events are actions that can be detected by your Web Application.
All the different visitors actions that a web page can respond to are called events.
An event represents the precise moment when something happens.
Examples:
moving a mouse over an element
selecting a radio button
clicking on an element
The term "fires/fired" is often used with events. Example: "The keypress event is fired, the moment you press a key".
When these events are triggered, you can then use a custom function to do pretty much whatever you want with the event. These custom functions call Event Handlers.

Video by - Tanmay Sakpal
Рекомендации по теме
Комментарии
Автор

Short n informative video @Tanmay Sakpal.... really appreciate d way u teach .. vast concept by breaking it into chunks

deeptit
Автор

can we use j query in a separate file just like CSS and JavaScript ? I think then it will be more clear to understand !

anmolPIETCS
Автор

hay can you mk videos on web scraping using js

myurbantiffin
Автор

For we while I write the java script inside document.ready, its not working

ajaiantony
Автор

jQuery code is automatically executing after the page is loaded and after that click button is not working can anyone help me to understand what is the issue?

lovefrommars
Автор

can u say different type actions no only about fadeToggle

jvskrishna
Автор

for me, the div is getting hidden, even if i dont click on the button. The event is happening as soon as the page is loadng.

dinkarinjosh