CHAPTER 5
jQuery Basics
In this chapter, I will introduce you to your first jQuery script. The script is simple, but it demonstrates many of the most important characteristics of jQuery, including how you select elements in the document, how such selections are presented to you, and the nature of the relationship between jQuery and the built-in DOM API that is part of the HTML specification. Table 5-1 provides the summary for this chapter.
Table 5-1. Chapter Summary
Problem | Solution | Listing |
---|---|---|
Add jQuery to an HTML document. | Use the link element to import the jQuery element, linking either to your web server or to a CDN. Add a script |
Get Pro jQuery 2.0, Second Edition 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.