Summary
In this first lesson in Part IV of the book, we discussed the use of the powerful and elegant prototype.js JavaScript library.
The functions made available by this library greatly simplify some of the trickier programming tasks when developing Ajax applications.
The library offers good support for the XMLHTTPRequest object, along with time-saving shortcuts for DOM handling, HTML forms, and many other techniques relevant to Ajax development.