December 2013
Intermediate to advanced
336 pages
9h 49m
English
CHAPTER 4
![]()
Event Handling
One of the most common uses of jQuery in web applications is event handling. As an ASP.NET developer, you are already familiar with the concepts of events and event handling. Events raised by ASP.NET server controls, however, are server-side events. They are raised on the server after postback takes place. Events that you handle using jQuery are client-side events. JavaScript (and hence jQuery) offers a much richer set of events to developers than ASP.NET offers on the server side. These events are raised in the client browser and are also handled in the client browser. Events such as clicking a button, changing a selection ...
Read now
Unlock full access