jQuery Reading Assignment

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.

1 Like

What is jQuery?

The most popular Javascript Library

How does it help us as developers?

By using a library such as jQuery, we can write code in one line that would have taken 10 to 20 lines of regular code.

Why do we have 2 version of jQuery - minified and uncompressed?

One, the uncompressed version, has the code in a readable format but is 160kb in size. The minified version is only 23kb, but is compressed to eliminate unnecessary characters and spaces making it extremely hard to read. The latter version is best used for the application being created as it is much quicker to download for the user.

1 Like

1. What is jQuery?
JQuery is a library that makes it quicker and easier to build javascript web pages.

2. How does it help us as developers?
JQuery allows developers to squeeze code compared to one written in javascript.

3. Why do we have 2 versions of jQuery - minified and uncompressed?
The uncompressed version is used for the ease of readability and understandability being around 160 KB in size.
Whereas the minified version is used for web pages as it excludes all the irrelevant details.

2 Likes

jquery is a big library for animation effects on javascript

this helps make long and hard pieces of code accessible in a few seconds

jquery uncompressed is the larger version of the laibrary and it has all the characters used and easy to read text,

in tthe mini version it is removing effeect and stuff and it is harder to read

2 Likes
  1. What is jQuery?
    jQuery is a library that help a developer build a javaScript webpage and app with less line of code.

  2. How does it help us as developers?
    jQuery library helps a developer to put more life to their webpage, compatibilities with other web browser, making it easy to manipulate the appearance and animated style in your javaScript coding.

  3. Why do we have 2 version of jQuery - minified and uncompressed?

It’s there to give developers choice and alternative to what best meet their coding needs.

2 Likes
  1. What is jQuery?
    jQuery is the most popular Javascript Library. It’s free and it works on many different browsers.

  2. How does it help us as developers?
    You can create JavaScript apps using fewer lines of code by using jQuery. It’s great for things like animations, Ajax requests, DOM manipulation, image effects, and user interface elements.

  3. Why do we have 2 version of jQuery - minified and uncompressed?
    uncompressed = The complete library but high size.
    minified = Low size as comments, whitespace, and other unnecessary characters are removed. Easier to download.

2 Likes

1. What is jQuery?

JQuery is a popular JavaScript library that allows us to quickly write code for interactive websites / apps.

2. How does it help us as developers?

It allows us to write powerful JavaScript apps and create cool animated effects such as slideshows, fade in/out effects, drag/drop properties, etc. with fewer lines of code!

3. Why do we have 2 version of jQuery - minified and uncompressed?

Uncompressed - Easy to read and modify, but has a larger file size.

Minified - The “boiled down” version of the JQuery library with all the comments, whitespace and unnecessary characters removed from the file. It’s a bit more difficult to read the code, but visitors can download the file quicker.

2 Likes
  1. What is jQuery?
  • jQuery is maybe the most widely used js library. It simplifies the JavaScript programmers’ life by providing shorter “one-liners” for boilerplate code.
  1. How does it help us as developers?
  • Wraps boilerplate calls into shorter calls.
  1. Why do we have 2 version of jQuery - minified and uncompressed?
  • The “uncompressed” version is for development because it is easier for reading while the “minified” version is for production code because it has smaller footprint.
1 Like
  1. JQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.

  2. How does it help us as developers?
    jQuery makes JavaScript programming faster and more efficient

jQuery is open source (meaning anyone can contribute to or modify it) and has meaning it is consistently supported and added-on to.

Query has extensive documentation, including in-line code examples!

jQuery plays well with any other JavaScript libraries you might be using

jQuery has a ton of functionality as needed

3)Why do we have 2 version of jQuery - minified and uncompressed?
The jQuery library actually comes in 2 forms:
The uncompressed .js file is easy to read and modify, but it’s much larger.
While 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

2 Likes

What is jQuery?
It is a library that makes it quicker and easier to build JavaScript webpages and web apps.

How does it help us as developers?
Often with jQuery you can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code.
jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects.

Why do we have 2 version of jQuery - minified and uncompressed?
Uncompressed: bigger size (approx.: 160 kb), easy to read
Minified: smaller size (approx.: 23 kb), without comments, squeezed version, faster

2 Likes
  1. What is jQuery? jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.

  2. How does it help us as developers? jQuery lets you easily write cross-browser JavaScript code. With jQuery you can write powerful JavaScript apps using fewer lines of code.

  3. Why do we have 2 version of jQuery - minified and uncompressed? The Uncompressed is easy to read and modify but has a size of 160 kb. The minified removes unnecessary characters and minimizes the library to 23kb. The code is not easy to read, but this version is faster for visitors to download.

2 Likes

1 a free Javascript library that makes it quicker and easier to build JavaScript webpages and web apps

2 you can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code

3 uncompressed.js file is easy to read and modify and is around 160kb minified.js file has all comments, whitespace, and other unnecessary characters removed from the file, squeezing the whole library into 23kb which much quicker for visitors to download

2 Likes

jQuery is a library, or collection of pre-written code in JavaScript.

The library jQuery helps developers by immensely saving time. This is done by referencing the already written functions etc within the library opposed to writing it all themselves.

There are 2 versions, or download sizes, of jQuery and this is for download speed purposes. There is an uncompressed version, 160kb, and a compressed, 23kb. The uncompressed contains all comments and other tools used for reading the code. The compressed version removes all unnecessary characters so only the code remains, making for a quicker visitor download.

2 Likes
  1. It’s a JavaScript library that one can use while building a website to utilize existing pieces of JavaScript code.
  2. One doesn’t need to start from scratch while utilizing some of the popular features, such as slideshows, that webpages have.
  3. Uncompressed version is bigger in size but easy to read while minified version is more efficient when used on a working webpage.
2 Likes

1. What is jQuery?

jQuery is a public library of JS codes that any website can link to and utilize as part of its operating code.

2. How does it help us as developers?

It helps us by allowing us to shorten the amount of code needed to perform certain tasks and it saves us time and energy by making it possible for us to borrow and use complex pieces of code without having to write it ourselves.

3. Why do we have a 2nd version of jQuery – minified and uncompressed?

The minified version is around eight times smaller than the uncompressed version. This is because it lacks the explanations and notes that come along with all the code in the main file. It is therefore hard to read but it doesn’t take nearly as long to load on your website as the larger file.

2 Likes
  1. JQuery is a javascript based library that can provide you with the code necessary to integrate functionalities that may be commonly used by most web applications.
  2. It helps us save time and allows us to allocate it elsewhere.
  3. The uncompressed file is a larger file size that is easier to read and understand, while the minified version is just barebones code, resulting in a smaller file size with all unnecessary characters removed.
2 Likes
  1. What is jQuery?
    jQuery is a JavaScript library containing lots of predefined code for the different functionalities that enhance web development.

  2. How does it help us as developers?
    By not having to start every coding from scratch. Rather than think through how to realize a particular functionality we can use a “tried and tested” approach. We still need the ability to understand the code and maybe even add some of our own but it saves us a lot of time.

  3. Why do we have 2 version of jQuery – minified and uncompressed?
    The minified version is leaner - smaller size consumes less browser or server resources. The uncompressed version is larger because it contains comments and white space which enable us to better read and understand the code.

3 Likes
  1. jQuery is most popular Javascript library, where you can find lot of predefined functions, animations and more.

  2. You can save your time to write code from scratch and use libraries to be more efficient.

  3. Minified version of jQuery consumes less size, so your page will load faster. Uncompressed version contains also white space and comments, so it consumes bigger amount of space, which make it slower to load in comparison to minified ver.

2 Likes
  1. jQuery is a library on JS, which allows developers to build app faster by shortening the code
  2. It facilitates us to develop programs with less line of codes and easily, there is also integrated functionality as creating slideshows, animation effects etc.
  3. The uncompressed version permits the dev to better understand the program, with nice indentation, spaces, etc. Whereas the compressed version is smaller in size (removing all spaces, indentation, etc) and is used on web app because it’s quicker to download by the user
2 Likes
  1. jQuery is a JS developer library.
  2. It makes using JS easier and faster in web and app development.
    3.jQuery library comes in 2 version based on the file size.
    The minified version comes in 23kb
    The uncompressed version comes in 160kb.
2 Likes