What is jQuery?
jQuery is the most popular javascript library that adds quick and easy functions to perform many useful tasks.
How does it help us as developers?
jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects rivalling those of Flash movies.
Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed version is easy to read with comments providing documentation and insight along with whitespace in the form of indentation. The uncompressed jquery.js is 282kB in size whereas the compressed version is 71kB. The minified version cuts out anything that is not interpreted by the browser console to reduce the data size to reduce waste.