jQuery Reading Assignment

  1. JQuery is the most popular JavaScript Library.
  2. JQuery helps developers by providing usable functions that can be called to perform various tasks such as animation, Ajax Requests, DOM manipulation, and image effects.
  3. The minified version is much smaller that the uncompressed version. All of the comments and extra spaces have been removed from the minified version. This makes the JQuery Library faster to download for those visiting your site.
  1. jQuery is a javascript library that makes it easier to build javascript webpages and web apps.

  2. I saves us time!

  3. Basically it’s about size and sometimes you don’t need everything. You can just use the minified version and save space in the app or on your machine.

A JS library that makes it easier and quicker to build JS webpages and web apps

Can write powerful JS apps using fewer lines of code

Minified is much smaller file size without comments, white space and other unnecessary characters

  1. A free Javascript library that is also most popular Javascript library in use.

  2. It makes it quicker and easier for us to build JS webpages and applications.

  3. The uncompressed file is easy to read and modify while minified has all comments, whitespace, and other unnecessary characters removed from the file, squeezing the whole library into a mere 23kb.

  1. jQuery is the most popular JavaScript library.
  2. Make sit quicker and easier to build webpages and web apps. Its written in JS.
    3.The uncompressed version is easy to read and modify. The minifield version is squeezed with no comments, spaces, … removed, much quicker to download for visitors. this is the version you will want.

It is a javascript library
It reduces the time to write code as previously written code is available.
The smaller size helps with load times. he larger size includes more information such as comments.

1 Like
  1. jQuery is a free JavaScript library.

  2. It helps us create animations, effects etc. And let us do things that would have taken a lot of coding and bundle it into a single line. Fewer lines - same result.

  3. One is easier to understand, and the other is more user friendly (loads faster).

1 Like
  1. a library of javascript code
  2. it helps by providing the code already created by others
  3. minified - all comments, whitespace, and other unnecessary characters removed from the file 23kb
    uncompressed - easy to read and modify, but it’s around 160kb in size
2 Likes
  1. jQuery is a library that 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.

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

  3. The jQuery library actually comes in 2 forms:

  • The uncompressed .js file is easy to read and modify, but it’s around 160kb in size (at the time of writing).
  • 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.
1 Like
  1. jQuery is the most popular JavaScript library.
  2. It helps us as developers save time by not having to recreate code that is already created and publicly available to use.
  3. We have 2 versions of jQuery - minified is to be placed on websites. It’s much smaller with all the comments, characters, and whitespace removed. Uncompressed is easier for humans to read, but is a much larger file.
1 Like
  1. jQuery is a library that is used to develop javascript webpages.

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

  3. The uncompressed is the easier to read version but it is larger. The minified version is harder to read but shorter andd therefore what goes on your site.

1 Like

i. What is jQuery? The most popular JavaScript library in use today. The library is written in JavaScript and lives in a single .js file. The library supports many plugins which add more power and functionality.

ii. How does it help us as developers? The programmer can write apps using fewer lines of code. It adds functionality that the programmer can use, without having to write the function.

iii. Why do we have 2 version of jQuery - minified and uncompressed? One is readable (uncompressed). The other is for speed – all white space, comments, etc. are removed.

1 Like
  1. What is jQuery?
    jQuery is a library that makes it quicker and easier to code.

  2. How does it help us as developers?
    It makes coding faster and more efficient.

  3. Why do we have 2 version of jQuery - minified and uncompressed?
    Uncompressed file is easy to read and modify, but the file size is much bigger.
    Minified has all the unnecessary parts removed making it harder to read but much
    smaller file size.

1 Like
  1. What is jQuery?

jQuery is a library that makes it quicker and easier to build JavaScript web pages and web apps. Microsoft, Twitter, and ESPN use jQuery

  1. How does it help us as developers?

Someone else already wrote it, which saves time. And 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?

minified has all comments, white spaces, and other unnecessary characters removed from the file, squeezing the whole library into a mere 23kb. You can’t read it easily, but it makes the web page download faster.

uncompressed is easy to read and modify, but it’s around 160kb in size.

1 Like
  1. A javascript library
  2. It helps us by letting us write a single line of code instead of many lines
  3. Uncompressed is for developers to study, minified is for common usage
1 Like
  1. What is jQuery? A large selection of different code blocks or lines, available to developers, in the form of a searchable library.

  2. How does it help us as developers? , It assist’s developers by saving time from re-inventing the wheel, and locating proven code for the required task.

  3. Why do we have 2 version of jQuery - minified and uncompressed? Uncompressed has all comments and white space included (especially useful for new developers), and the minified is exactly the same except it has all the above removed. This makes it about 1/6th of the size. Great for keeping your final website ‘lighter’!

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

  2. 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.

  3. Why do we have 2 version of jQuery - minified and uncompressed?
    minfied: has all comments, whitespace and other unnecessary characters removed from he file, the whole library is 23kb. Uncompressed: is easy to read and modify, but its around 160kb in size.

1 Like
  1. What is jQuery?
    it’s a Javascript library that helps building websitess by adding a substantial amount of functionality

  2. How does it help us as developers?
    many of it’s features will help save time by supplying programmers with lots of functions so that they don’t have to develop them and waste time on it

  3. Why do we have 2 version of jQuery - minified and uncompressed?
    one (the uncompressed version) mostly for reference and for new developers which contains useful information and comments, and the minified version which has no extra information other than the code

1 Like
  1. It is a free javascript library.

  2. It improves efficiency by writing a single line of code that otherwise would have taken multiple lines of code to achieve the same outcome.

  3. Uncompressed is for development purposes and is a bigger file while minified is for end user where the size is smaller and quicker to load.

1 Like
  1. JQuery is a library that makes it quicker and easier to build Javascript webpages and web apps. It is a free Javascript library.

  2. With JQuery, developers can write single line of code to achieve what would have taken 10 or 20 lines of regular Javascript

  3. The uncompressed .js is easy to read and modify, but it’s around 160KB in size.
    The minified .js has comments,whitespaces and other unnecessary characters removed from the file, shrinking the file to 23KB. This will be deployed on the site, as it will be quicker for visitors to download

1 Like