HTML and CSS Reference
In-Depth Information
LESSON 16
Using JavaScript
Libraries
In the previous two lessons, I explained the ins and outs of the
JavaScript language and the browser as a platform for writing programs.
In this lesson, you're going to learn that in the previous two lessons, all
the example programs were written the hard way. JavaScript libraries
make taking advantage of JavaScript much easier, and in this lesson,
you'll learn about the advantages of using them.
In this lesson, you'll learn about the following:
What JavaScript libraries are and why you might want to use one
n
Which libraries people are currently using
n
How to use the jQuery library in your pages
n
How to bind events using jQuery
n
How to manipulate styles on a page
n
How to change the content of a page
n
How to fetch content from an external source using AJAX
n
 
 
Search WWH ::




Custom Search