Chapter 3
Using jQuery
IN THIS CHAPTER
Learning about jQuery
Using jQuery in your web pages
Finding elements
Replacing data
Changing styles
Adding nodes
Using animation
The previous chapter showed how to add JavaScript to your web pages to help turn them into dynamic web applications. JavaScript is a powerful client-side programming language, but it can get somewhat complicated and tedious to code at times. Fortunately for us, some smart developers have created JavaScript libraries of functions to help simplify many tasks common to dynamic web applications. One such library is jQuery. This chapter walks through the jQuery library and shows how you can use it in your dynamic web applications.
What Is jQuery?
As you code dynamic web applications using JavaScript, you'll find yourself ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access