jQuery Reading Assignment

  1. What is jQuery?

jQuery is known as the “write less, do more JavaScript library”. It is by far the most popular JavaScript library currently in use.

  1. How does it help us as developers?

jQuery makes it quicker and easier to build JavaScript webpages and web apps. Often with jQuery you can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code.

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

The uncompressed .js file is easy to read and modify.

The minified .js file has all comments and unnecessary characters removed. Although it is not easy to read, its smaller size makes it better to use for websites as it will be much faster for visitors to download.

1 Like
  1. jQuery is a javascript library that helps developer make interactive web pages.
  2. Saves time, it allows to do tons of features with little lines of code.
  3. Minified if we want to save space, uncompressed if we want to read it.
1 Like
  1. What is jQuery?

jQuery is a free JavaScript Library that makes building JavaScript webpages and web apps easier and quicker

  1. How does it help us as developers?

With jQuery you can write powerful JavaScript apps and create eye-catching animated effects using fewer lines of code. Write less, do more.

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

The uncompressed version is easy to read and modify, but it’s larger (around 160) in kb size while the minified version has all comments, whitespace, and other unnecessary characters removed from the file and therefore the whole library is significantly smaller in size (23kb). Because of that is not easy to read the code in minified version . For final version of website, it is better to use minified version because it is much quicker for visitors to download.

1 Like

What is jQuery?
A library that makes it quicker and easier to build JavaScript webpages and web apps.
How does it help us as developers?
You can often write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code.
Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed: Is easy to read and modify with comments and whitespace. Therefore it takes more memory also.
The minified: It has all comments, whitespace and other unnecessary characters removed from the file. Making the file taking less memory than the uncompressed.

2 Likes
  1. JQuery is a javascript library.

  2. It is free and there are lots of free plugins as well. It is allso easy to use.

  3. The uncompressed virsion is extremily easy to use and contains a lot of comments and white space, however it allso is 160kb in size.
    The minified virsion has all white space and comments removed but it is a mere 23kb.

1 Like
  1. What is jQuery?
    It is a free library written in JavaScript.

  2. How does it help us as developers?
    It allows us to write powerful apps with fewer lines of code. jQuery is 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?
    The uncompressed contains all the comments and white spaces and is therefore easy to read. The minified has all that removed, sacrificing the readability in favor of file size and consequently download speed.

1 Like
  1. jQuery is a free library that makes it quicker and easier for us to build JavaScript webpages and web apps.
  2. It makes it easier for us to write powerful JavaScript apps and among other things, create great animated effects, make XML (Ajax) requests, manipulate the DOM or generate powerful forms.
  3. The uncompressed version contains the code with all comments and spaces, it is easier to read and modify, but it has a certain weight when downloaded (around 160 KB). On the other hand, the minified version is less easy to read because all the comments and superfluous spaces are removed, but it is much quicker to download (around 25 KB).
1 Like
  1. What is jQuery?

JQuery is a free for all to use Javascript library. Simply calling a reference from their library enables that code to be used within your development/project. Also, using this code can counteract any problems that placing the site on different browsers could potentially create.

  1. How does it help us as developers?

It helps developers by being able to input a single line of code as opposed to inputting multiple lines, in effect.

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

The uncompressed version is quite a large file (160 kb) that once downloaded, can be easily modified to the developer’s individual requirements or design. However, because of the size of the file, the page can be slow to load.

The minified version of JQuery has a smaller size file (23 kb) which enables the developer to use on their site without compromising download speed. However, the code is quite complex and maybe not be so easy to alter to the developer’s specific needs.

1 Like
  1. jQuery is a free library of functions for JavaScript.
  2. It helps us by doing some things for us. We don’t need to do everything ourselves and we can use someone’s smarter knowledge :slight_smile: .
  3. The whole idea for having uncompressed and minified versions is that we use uncompressed when developing but when we upload to server we use minified to save time when clients of web page downloading it.
1 Like
  • What is jQuery?
    jQuery is one of the most common javascript libraries to build web app and bweb pages.

  • How does it help us as developers?
    Simplify the code that we need to write making it shorter and more readable; non the less also has no compatibility problems between browsers that often before nedeed a dedicated code.

  • Why do we have 2 version of jQuery - minified and uncompressed?
    the minified version does not include all the comments and annotation, is a much smaller version of the same code, and is the one we want to implement on our website or application because is faster to load from the web browser.

1 Like

What is jQuery?
It is a library of javascript functions.

How does it help us as developers?
It helps developers by condensing the lines of javascript needed to accomplish common tasks. This therefore speeds up development as there is no need to create this functionality yourself. It also solves the cross browser problem by checking the type of browser and using an appropriate function which has been tested on this browsers implementation.

Why do we have 2 version of jQuery - minified and uncompressed?
One version is used for development and has all the coding comments and spacing expected for a developer to understand how the code works. The other version has all unnecessary space removed resulting in an illegible file but one which is much smaller and therefore quicker to transport over the network and load into the client.

1 Like
  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?
    You can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code.

  3. Why do we have 2 version of jQuery - minified and uncompressed?
    We have uncompressed version so we can easily read and modify the code but it has more sizet and minified version with all the spaces and unnecessary characters removed so we can gain more size.

1 Like
  1. quicker/easier to build Javascript web pages and web app’s .js file

  2. eay to write powerful JS apps and create eye-catching animated effects rivaling those of flash movies . Also strong-points-easy to write JS in many different browsers.

  3. uncompressed (160kb) easy to read/modify minified (23kb) best for your site, quicker for visitors to download

1 Like
  1. jQuery is a library that simplified your Javascript so that you can “write less and do more”.
  2. jQuery helps developers by not having to write many lines and complicated codes with Javascript.
  3. Minified is a compiled version that removed all whitespace, comments, unnecessary characters and smaller file size, the uncompressed version is larger in file size but more readable.
1 Like

It is a JavaScript-based library that allows a faster and easier way to code in JS.
2.
Makes use of building blocks from previous coded projects, making it easier and quicker to code, using JQuery library; as well as using less space. Also, allows writing to multiple browsers at the same time.
3.
The uncompressed.js file despite being easy to read and modify, uses a big chunk of space, 160kb, so the minified.js file is more adequated in cases where is space is important, but with it, compromising and removing comments, whitespace, and other unnecessary characters, fitting in a mere 23kb.

1 Like
  1. jQuery is a library that makes it quicker and easier to build javascript webpages and web apps.
  2. jQuery is great for things like animations, Ajax requests, DOM manipulation, image effects, user interface elements and at last let’s us to easily write cross-browser javascript code.
  3. The uncompressed version has comments, spaces to make it easier to read and understand but in size is much bigger than minified version which contains only the code needed to function properly.
1 Like
  1. What is jQuery?: It’s a free and popular JavaScript library

  2. How does it help us as developers?: I contains implementations of many resources used to create feature-rich web pages, shortening written code and development time

  3. Why do we have 2 version of jQuery - minified and uncompressed?: Uncompressed is the easily readable version for who wants to study the library or contribute to it. Minified is a version where all identations are removed in order to make the library more lightweight when being loaded by a web site

1 Like
  1. jQuery is a JS library that makes interacting with the DOM very easy

  2. jQuery helps make our code more concise and therefore saves us time in keystrokes.

  3. The uncompressed version is the one that you can easily read and learn from, but you will want to use the minified version for live sites.

1 Like
  1. jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.

  2. It helps us as developers because it saves time writing code for someting that has been done so many times before and works.

  3. Uncompressed you use to develop, it’s full of comments and useful variable names. Minified you use to actually send to clients to save you some bandwidth and them some loading time. Minified is effectively the same code, but no comments and a variable like elementTagName may simple be t …not very useful for debugging.

1 Like
  1. What is jQuery?
  • It is a library that allows us to quickly and easily build Javascript webpages and web apps
  1. How does it help us as developers?
  • It helps us as developers because we are able to to write one line of code rather than 10-20 lines to achieve the same function
  1. Why do we have 2 version of jQuery - minified and uncompressed?
  • There are two versions of jQuery, for one of them is smaller in size. Because of the size difference, the code may be harder to read for one version when compared to the other version
1 Like