ABSTRACT

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/ .