Summary
In this chapter, you learned about jQuery basics and how to use them in web applications, especially in ASP.NET core 1.0. This is a very powerful library. It eliminates cross-browser issues and provides consistent behavior across all browsers. This library provides simple and easy methods to select elements, modify attributes, attach events, and perform complex operations by writing code in a cleaner and more precise manner. In the next chapter, we will look into the various techniques of doing Ajax requests using jQuery and plain JavaScript to perform server-side operations.