On the shelves of the
books.ru bookstore, a translation of the wonderful book “jQuery in Action” by Ber Bib and Yehuda Katz appeared.
The link to the English original
has repeatedly appeared on Habré, but now not only English-speaking users can read it (like me, for example))).
Annotation:
The publication is an introduction and reference guide to jQuery, a powerful platform for developing web applications. It describes in detail how to crawl HTML documents, handle events, add Ajax technology support to your web pages, play animations and visual effects. Unique "laboratory pages" will help consolidate the study of each new concept with practical examples. The questions of jQuery interaction with other tools and platforms and methods for creating extension modules for this library are considered.
')
The book is intended for developers who are familiar with the JavaScript language and Ajax technology and are seeking to create a short and understandable program code. The unique ability of jQuery to make "chains" of commands allows you to perform several sequential operations on page elements, as a result of which the code is reduced three times.