Learning jQuery

Learning jQuery Advanced Event Handling Tips

This course is out of date and does not reflect our standards or industry best practices. We now recommend you take the Complete Intro to Web Development, v3 course.

Check out a free preview of the full Learning jQuery course:
The "Advanced Event Handling Tips" Lesson is part of the full, Learning jQuery course featured in this preview video. Here's what you'd learn in this lesson:

Namespacing events, e.g. on(‘click.namespace’), off(‘.namespace) Bind custom events e.g. on(‘gamestart’) and fire them at will with trigger(‘gamestart’). Example of evented programming and setting event data Audience asks for clarification of namespaces and if you can use multiple namespaces. Karl suggests “yes” but suggests not to use it

Get Unlimited Access Now