jQuery Reading Assignment

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

  2. jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects

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

1 Like

What is jQuery?
JQuery is a JavaScript library. It makes it quicker and easier to build JS webpages
How does it help us as developers?
It helps in using reducing the length of the program and makes it quicker to build the pages. jQuery is great for things like animations, Ajax requests, DOM manipulation, image effects, and user interface elements.
Why do we have 2 version of jQuery - minified and uncompressed?
Minified is a smaller file that is easier and quicker to load on the other hand Uncompressed version is a larger file that contains comments, whitespace and other characters which make it easier for us to read and modify.
.

1 Like
  1. What is jQuery?
    JQuery is the most popular JavaScript library in use today. 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?
    It can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code. In details it does the following: •
    Adding animated effects to elements. jQuery lets you easily add effects such as fading in/out, sliding in/out, and expanding/contracting.
    • Making XML (Ajax) requests. These use JavaScript to request additional data from the Web server without having to reload the page.
    • Manipulating the DOM. You can easily add, remove, and reorder content in the Web page using just a couple of lines of code.
    • Creating image slideshows. You can use jQuery effects to build nice animated slideshows and lightboxes.
    • Making drop-down menus. jQuery makes it easy to create multi-level dropdowns with animations.
    • Creating drag-and-drop interfaces. Use jQuery to build a page with elements that can be repositioned or reordered simply by dragging and dropping.
    • Adding power to forms. With jQuery you can easily add complex client-side form validation, create auto-complete Ajax text fields that pull data from a server-side database, and so on.

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

jQuery is the name for a library of code that performs different functions that is freeware for developers to incorporate into their own projects.

It assists developers by saving them the time of writing code for tasks that are routinely found in the DOM

there are two volumes of jQuery I presume due to the developers descretion of DOM loading speed.

1 Like
  1. What is jQuery?
    jQuery is a free JavaScript library that helps developers to build JavaScript apps faster and easily without re-writing new codes all over again.

  2. How does it help us as developers?
    With jQuery, you can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript codes. It also lets you to easily write cross-browser JavaScript codes.

  3. Why do we have 2 version of jQuery - minified and uncompressed?
    Uncompressed jQuery is for developers to study and understand what is in the code, whilst minified jQuery is for common usage and it’s easier to download.

1 Like

What is jQuery?

jQuery is a library written in Javascript which can be linked to from within our webpages.

How does it help us as developers?

It can help us by making it easier to design our webpages because what might take many lines of code to write in Javascript can be reduced to one line in jQuery.

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

We have 2 versions of jQuery because,

  1. uncompressed - is easier to read and customize but is larger in size.
  2. minified - is not easy to read or customize but is smaller in size with reduced download time.
1 Like
  1. jQuery is one of the most popular libraries for web pages and apps. It is a .js file that you can link from your webpage to access the library and call various jQuery functions.

  2. jQuery makes writing code simpler and easier. What would take developers several lines of code, they achieve with one line using jQuery.

  3. Minified version is the one used on sites as its much quicker to download as file size is smaller. Uncompressed is a much bigger file size version but easier to read and modify.

2 Likes

Excellent answer sir! really well documented! keep it like that please! :muscle:

Carlos Z.

1 Like
  1. It’s a free javascript library that makes it easier to build webpages and web apps without using several lines of code.

  2. We can easily and effectively access the whole library to build our webpages by adding animated effects to elements, image slideshows, manipulating the DOM, drag & drop interfaces, etcetera etcetera.

  3. Minified .js file is quicker and faster to load script and should be used in website we are building.
    Uncompresed .js file is easy to read and is for developers to study and is not a quick to load.

1 Like

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.

jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects.

Uncompressed is for documentation and modification. Minified version is the one you’d want to use to reduce load time.

1 Like
  1. What is jQuery?
    jQuery is a free library that makes it quicker and easier to build JavaScript webpages and web apps. Your JavaScript code then accesses the library by calling various jQuery functions.

  2. How does it help us as developers?
    jQuery makes it easy to write powerful JavaScript apps. jQuery library itself, hundreds of jQuery plugins are available to add even more power and functionality to your scripts.

  3. 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 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 free, fast, small, and feature-rich JavaScript library that makes it quicker and easier to build JavaScript webpages and web apps. We can access the JQuery library by calling various JQuery functions after linking is .js file to our code.

2.How does it help us as developers?

With jQuery developers can write powerful JavaScript apps using fewer lines of code like, adding animated effects to elements, Ajax requests, DOM manipulation and creating image slideshows.
jQuery also lets developers easily write cross-browser JavaScript code.

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

The uncompressed .js file is easy to read and modify, but it’s bigger in size compared with the minified version. In the minified .js file all comments, whitespace, and other unnecessary characters were removed from the file, squeezing the whole library into way less kb, and being so much quicker for visitors to download.

2 Likes
  1. jQuery is a free javascript library.
  2. jQuery helps developers build applications faster and gives us a lot of space to change or improve our apps.
  3. uncompressed is made for readiing and modifying thats why it is larger.The minified version has all the comments, whitespaces and other characters removed and its used for loading the page.
1 Like
  1. What is jQuery?
    It is a Javascript library for building webpages and web apps.

  2. How does it help us as developers?
    It is great for example for adding animated effects to elements, making XML requests, manipulating the DOM, creating slideshows, making drop-down menus, creating drag-and-drop interfaces and manipulating forms.

  3. Why do we have 2 version of jQuery - minified and uncomprsessed?
    The uncompressed version is easy to read and modify, but it is bigger. The minified version is usually used, because it loads faster.

1 Like
  • What is jQuery?
    jQuery is a library of prewritten code than can be called using a single statement for each application.

  • How does it help us as developers?
    It helps to speed up the process of programming and makes the world of coding a more efficient space.

  • Why do we have 2 versions of jQuery - minified and uncompressed?
    The uncompressed version has comments which the programmer can easily follow, while minified version is streamlined and can be executed more quickly. The uncompressed version is 160kB compared to the minified version which is only 23kB.

1 Like
  1. What is jQuery?
    It is a free javascript library(open source)
  2. How does it help us as developers?
    It saves codes programming space and time, by simplifying functions of code.
  3. Why do we have 2 version of jQuery - minified and uncompressed?
    Minified: It has a smaller file size than uncompressed version, so it increases speed.
    Uncompressed: This is lager than the minified version, but the its readability is easier than the other version.
1 Like
  1. What is jQuery?
  • Its a JavaScript library available for all programmers to use
  1. How does it help us as developers?
  • Saves time by providing tried and tested code to assist developers with building programs
  1. Why do we have 2 version of jQuery - minified and uncompressed?
  • Minified compressed version provides the fastest loading and the Uncompressed lets developers see the actual functions of the code in a readable form.
1 Like
  • What is jQuery?
    A library to build JavaScript webpages and web apps much quicker.

  • How does it help us as developers?
    We write less code and still make powerful/Pro JavaScript

  • Why do we have 2 version of jQuery - minified and uncompressed?
    With UC you can easily modify to your needs.
    Minified is consolidated and ready to be implemented on your site. Size is smaller.

1 Like
  1. JQuery - is a library that makes it quicker and easier to JS pages and apps.
  2. It makes it easier to write powerful JS apps and pages as you canadd animated effects,request data from servers, manipulate DOM, create slideshows, make dropdown menus and srag and drop files.
  3. uncompressed Jquery uses more kbs as its 160kb
    mini removes all uneccessary data from and makes a smaller file which is better for downloading and makes the app quicker.
1 Like
  1. What is jQuery?

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

  1. How does it help us as developers?

Query is the go-to library for most developers for many reasons: ease of use, stability, cross-browser comparability, ease of integration with other frameworks, extensive documentation and a large user base, among many others.

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

The difference between the two files is that the development version is human readable with lots of white space and generous amounts of comments to help you understand the code.

1 Like