JQuery references and examples
JQuery
As we have learned, JQuery is a JavaScript library that allows us to (quote) “write less, do more” (end quote).
A good reference to understand what that means and to get started with JQuery can be found here.
The official home of JQuery, which at the time of writing this blogpost is about 13 years old and is currently at version 3.4.1 (released May 1st, 2019), can be found here.
The home of JQuery UI, which is essentially a suite of JQuery tools tailored to UI specific tasks, can be found here.
There is also JQuery mobile which is optimized for touch based applications.
For learning JQuery there is an official portal with lots of resources. In addition to this, W3schools has a tutorial and a page with a list of selectors.
That should be all the tools you need to start using JQuery.