jQuery Reading Assignment

JQuery is a library of java Script code that adds functionality to your webpage. You can develop the code yourself but why reinvent the wheel.

It helps developer because they don’t have to start from scratch or worry about if their code will be compatible with different browsers.

We have two versions of JQ because one is the full version/uncompressed with comments and white space that is easy to understand. And the mine version which has no comments or white spaces and is about eight times smaller in size.

1 Like

1.)
“The Write Less, Do More JavaScript Library”
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps

2.)
You can fast and easily add code using just a couple of lines.
It saves time

3.)

  • 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. What is jQuery?
    jQuery is a library with finished code for us to use to program webpages or apps.

  2. How does it help us as developers?
    It makes our work that much quicker since we don’t have to come up with own code for everything.

  3. Why do we have 2 version of jQuery - minified and uncompressed?
    On the one hand the uncompressed one is obviously larger in size but you it is easier to read and modify. On the other hand the minified version leaves out a lot of unimportant characters which makes it harder to read but for users faster to download.

1 Like
  1. What is jQuery?
    A Free javascript library that helps developers build apps/websites with less code by using code that has already been written

  2. How does it help us as developers?

it lets developers easily write cross-browser code. By using a jQuiery you can also easily create animated effects, making XML requests, Making Drop-down menus, etc.

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

The uncompressed version is easier to read and modify. The minfied version squeezes the whole library into 23kb, but you cannot easily read the code, However, it loads much quicker for visitors to download

1 Like
  1. jQuery is a popular JavaScript library.

  2. jQuery helps us as developers develop code in a more efficient and concise manner that is able to be understood cross-browser.

  3. The 2 versions of jQuery are distinguished by their size. The minified version is 23kb in size which in practice loads faster for the user. However with the minified version the code it is not easily readable whereas the uncompressed version of 160kb includes notes to better understand the effects of the code.

1 Like
  1. What is jQuery?
    A library of javascript code created and licensed by MIT. It is fast and easy to use and works on most internet browsers.

  2. How does it help us as developers?
    JQuery helps developers by reducing the size and the number of resources used to create a program. It also reduces load time and is accepted by most internet browsers.

  3. Why do we have 2 versions of jQuery - minified and uncompressed?
    The minified removes all extra spaces and items that make it larger.
    The uncompressed file is easy to read by the developer.

1 Like
  1. What is jQuery?

a javascript library

  1. How does it help us as developers?

it makes writing javascript easier/shorter, basically making it simpler and more powerful

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

uncompressed is the raw, full version; minifed has comments & whitespace removed, making it quicker to load and lighter

1 Like
  1. JQuery is the most popular JS library nowadays.

  2. Just because it allow us to build webpages and webapps in a more quick and easy form.

  3. The uncompressed version is used to read and understand the code written into the library itself. But JS files on this type of version can easily reach KB of space, not quite appropriate to store in the server. So, a second version was “created”, in order to reduce the size of the file at its minimum and that’s the minified version. A version where comments, whitespaces and all unnecessary characters are removed from the library file.

1 Like
  1. jQuery is the most popular Javascript library in use today. For example Microsoft, twitter and ESPN are all using jQuery on their sites.

  2. With jQuery we write a single line of code to achieve what would taken 10-20 lines of regular javascript code.

3.The uncompressed js file is easy to read and modify, it is around 160 kb.

The minified js file has all comments, white space and other unnecessary characters removed from the file, it is much quicker for visitors to download.

1 Like
  1. jQuery is a library of already written JavaScript code that can be used to make building your webpages and apps quicker and easier.

  2. jQuery helps us as developers by allowing us to utilize scripts that have already been written by others. Using jQuery, a programmer can often write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code.

  3. We have 2 versions of jQuery because the uncompressed version is easy to read and modify but large in file size. The minified version is not as easily read but it’s much smaller file size makes it quicker for visitors to download.

1 Like
  1. jQery is a free JavaScript Libary with a lot of functions.
  2. jQery helps to write less lines of codes and provides a cross-browser functionality.
  3. the uncompressed version is the full version with comments and all - so it it easier to read and understand - but it tis very big in kb size; the minified version skips the comments and squeezes the whole libary in a small kb size - so easier to load.
1 Like
  1. What is jQuery?

JQuery is a MIT GLP licensed library that has been designed to simplify the creation of Javascript for websites and web apps.

  1. How does it help us as developers?

it enable us to utilise less lines of code, create effects and animations. It also enables less conflict of code when being viewed in different browsers such as IE, Safari etc.

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

Uncompressed means that the file will be larger and hold more information, minified means that it is best used in production of websites and apps as it will enable reduction of programme file size.

1 Like
  1. jQuery is a library of code that has already been written and can be accessed by anyone who needs to use it for their own code. This makes it easier to build JavaScript web pages and web apps. It is written in JavaSacript, and comes in the form of a single .js file that you link from your web page. Your JavaScript code then accesses the library bu calling various jQuery functions.

  2. It helps us save time by using code others have already written. It also is easier to use in different browsers and there would be no incompatibilities.

  3. We have 2 forms of jQuery which is the uncompressed .js file, which is easy to read and modify, but it’s around 160kb in size. The minified .js file has all comments, the white space, 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 a library that makes it quicker and easier to build JavaScript webpages and web apps
2.- Allows developers to get common tasks that are already done by other developers
3.- One contains comments, whitespaces and characters which provides readability but minified version are omitted all this making it faster to implement.

1 Like
  1. jQuery is a JavaScript library with some very useful featuires
  2. jQuery provides some features such as menu drop downs, animations of controls like fade in fade out. Slide show, easier DOM access.
  3. the two libraries are for easy reading with all the comments, compressed comment removed for speeding downloads and execution.
1 Like
  1. The most popular JavaScript library used today.
  2. We spend more time coding than wasting time, rewriting already created code.
  3. Original version to read and modify code from when it was made, & another that has been compressed (in kb) by having all unnecessary characters removed from the file (comments, white-spaces, etc)
2 Likes
  1. What is jQuery?
    The most popular Javascript library that is free to use under the MIT and GPL dual licenses.

  2. How does it help us as developers?
    Makes it faster and easier to build with JavaScript. 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?
    The uncompressed .js file is easy to read and modify, and is around 160kb in size. The minified .js file has all comments, whitespace, and other unnecessary characters removed from the file, making it around 23kb, making it quicker to load when used on a webpage.

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

  • 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
    • jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects
    • it makes it easy to write JavaScript that works on many different browsers
  • Why do we have 2 version of jQuery - minified and uncompressed?
    the uncompressed version is around 160kB in size and it is easy to read and modify
    the minified version is around 23kB in size and has all the unnecessary characters removed from the file - it is the prefered version to put on websites, because it is quicker to download.

1 Like
  1. What is jQuery?

Is a free, open-sourced library for developers to quickly access code to utilize in their project.

  1. How does it help us as developers?

jQuery maximizes efficiency by allowing developers to utilize pre-built code in their project.

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

Uncompressed is much easier to read for humans but comes in a larger file size. Whereas the minified version removes all unnecessary characters which compresses the file size making it easier to download.

1 Like
  1. It is the most popular Javascript library.

  2. It helps make the code shorter and gives an easy access to a lot of extra functionality.

  3. The minified version is reduced in size for easier use on the web. The uncompressed version contains, except for raw code, also comments and formating.

1 Like