Events

JQuery can be used for event handling. The .on() method is what you will use to handle all of your events. All you need is to know which event you want to handle, and what you want done when it occurs.

tutorial

Common Events

tutorial

NEXT LESSON