Improving Client Interactions with jQuery

In the previous chapter, you saw how jQuery can be used to apply styling to elements in the HTML that you produce from the ASP.NET server. jQuery also includes a nice event system, which you can use to improve the interactions that users have with your applications.

Responding to Events

The HTML form element, the backbone of most web applications, was designed to collect information from a user, who would then click a submit button to send the data to the server. As the idea of the form has been stretched to give the user control over increasingly complex applications, the requirement for a distinct click of a button to move things along has become increasingly odd and redundant. You can see a good example ...

Get Applied ASP.NET 4 in Context now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.