Course Content
PHP and The Web
About Lesson

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 javavscript 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.

0% Complete