-
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
-
jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects
-
The uncompressed.js file is easy to read and modify, but it’s around 160kb in size.
The minified.js file has all comments, whitespace, and other unnecessary characters removed from the file, squeezing the whole library into a mere 23kb. Although you can’t easily read the code, this is the version you’ll want to place on your site, as it’s much quicker for visitors to download.