Chapter 3. Event Handling Using jQuery
This chapter introduces the important concepts when handling events in ASP.NET using jQuery. The following recipes are discussed in this chapter:
- Responding to mouse events
- Responding to keyboard events
- Responding to form events
- Using event delegation to attach events to future controls
- Running an event only once
- Triggering an event programmatically
- Passing data with events and using event namespacing
- Detaching events