jQuery Tutorial #2 - Event Binding - jQuery Tutorial for Beginners

jQuery Tutorial #2 - Event Binding - jQuery Tutorial for Beginners07:32

Інформація про завантаження та деталі відео jQuery Tutorial #2 - Event Binding - jQuery Tutorial for Beginners

Автор:

LearnCode.academy

Дата публікації:

22.03.2014

Переглядів:

559.6K

Опис:

This second part of the jQuery Tutorial for beginners will show you how to do event binding with jQuery. Events happen whenever a user clicks, hovers, drags, types, or does pretty much anything to interact with an HTML element. jQuery allows the web developer to easily write a program to listen to these JavaScript events and modify the webpage in realtime. This is often called a dynamic website. You can do all of this in plain JavaScript, but jQuery makes it incredibly easier.