10 Simplifying Tasks with jQuery
Many tasks that can now be performed relatively easily with JavaScript were for a long time only possible with a relatively large amount of source code due to browser differences. For this reason, various libraries have emerged to simplify different tasks such as working with the DOM. One of the most famous of these libraries is jQuery, which even today is part of every web developer's toolbox.
Probably one of the best-known JavaScript libraries is the jQuery library (https://jquery.com), which, in part, considerably simplifies working with JavaScript. Although many things are now also possible with standard methods of the DOM API, jQuery is still a library to be taken seriously. This chapter provides an overview ...
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