TOC
Need to learn JavaScript? jQuery is a JavaScript framework, so if you don't already know about the JavaScript programming language, we recommend that you learn it now: Learn JavaScript

This article is currently in the process of being translated into German (~43% done).

Introduction:

What is jQuery?

Da du hierher gefunden hast, hast du vermutlich schon einen ziemlich guten Eindruck davon was jQuery ist, aber um auf der sicheren Seite zu sein, hier eine kurze Erklärung. jQuery ist ein JavaScript framework, dessen zweck darin besteht das Benutzen von JavaScript auf deiner Website zu vereinfachen. Man könnte jQuery als ein Abstraktionslayer bezeichnen, dass eine menge Funktionalität, für die du viele Zeilen Code in JavaScript benötigen würdest, zusammenfasst sodass man es in einer Zeile Code schreiben kann. Es ist wichtig hier anzumerken dass jQuery JavaScript nicht ersetzt, denn obwohl es syntaktische shortcuts bereitstellt, steckt hinter dem JQuery code immer noch JavaScript.

With that in mind, you should be aware that you don't need to be a JavaScript expert to use jQuery. In fact, jQuery tries to simplify a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation, so that you may do these things without knowing a lot about JavaScript.

There are a bunch of other JavaScript frameworks out there, but as of right now, jQuery seems to be the most popular and also the most extendable, proved by the fact that you can find jQuery plugins for almost any task out there. The power, the wide range of plugins and the beautiful syntax is what makes jQuery such a great framework. Keep reading to know much more about it and to see why we recommend it.


This article has been fully translated into the following languages: Is your preferred language not on the list? Click here to help us translate this article into your language!