What is jQuery?

Code

Query is a JavaScript-based library based on the interaction of the aforementioned multi-paradigm programming language with HTML documents and XML files of the corresponding content.

With the help of a framework or a framework, as it is more often called by domestic developers, you can easily access a hypertext page and manipulate its structure and elements without any restrictions.

The main features of the framework:

<script
var elem = document.getElementById('abzatc');
var elem = $('#abzatc');
</script>

For those users who are already familiar with JavaScript, this is quite enough. They are well aware of how laborious it is to select elements in a document to change them.

It’s not only a long process, but also very inconvenient even for quite experienced developers. The library will allow you to reduce the source code of the program by several times, simplifying it to the limit. Beginners should see all the benefits of the framework in practice.

What in JavaScript could stretch to a page, jQuery has reduced by several times.

This is how the code looks like in Java: