10  Simplifying DOM Programming with JQuery

In the previous chapter, you learned how JavaScript interacts with the DOM. In this chapter, you will learn how to simplify the process of adding interactive components to your application by using a library called JQuery. The objective of this chapter is not to teach you the entire JQuery API, but to give you the foundational knowledge to make JQuery a part of your programming toolkit. You can find the JQuery API at this URL: https://api.jquery.com/.

Images  What Is JQuery?

JQuery is a library written in JavaScript intended primarily for DOM manipulation. A library is a collection of preassembled code pieces ...

Get JavaScript for Sound Artists 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.