jquery is a library of code I can implement in my Javascript. The library allows to use basically one line of code instead of 70, 80 or more.
Jquery helps at the end of the day to code less and do more - also to leverage on existing knowledge, so I dont have to reinvent the wheel.
The 2 versions of the Jquery differentiate in size and readibility. Uncompressed: up to 160 kb in size, but good readability for the reader.
Minified - much smaller, about 23kb, but all whitespaces have been removed so readibility is bad.