-
jQuery - the most popular Javascript library in use today. It makes it quicker and easier to build a Javascript website and web apps.
-
It makes it easier for developers to write powerful Javascript app, including adding animation, making ajax requests, manipulating DOM, creating image slideshows, etc. Also, by implementing jQuery, your Javascript code will work on many different browsers.No need for different chunks of code for each type of browser.
-
uncompressed jQuerry is a readable form, but the size is big. For usage in code, it is better to use the minified version, which has mere 23kb and thus it is more quicker for your siteās visitors to download.
Query Reading Assignment
- JQuery is a library of pre-written javascript code.
- JQuery helps developers to more quickly implement javascript functionality while conforming to the different browsers at the same time.
- THe minified version of JQuery removes the spaces and line breaks to make the library much smaller and allow it to load much more quickly.
-
What is jQuery?
jQuery is a broad javascript library. -
How does it help us as developers?
jQuery simplifies the the implementation of many features and increases browser compatibility. -
Why do we have 2 version of jQuery - minified and uncompressed?
The minified jQuery version decreases data transmission decreasing page load times, while the uncompressed is more readable and easier to edit.
1.- jQuery is a public library that is popular for web developers.
2.- jQuery allows developers to take functionality that has already been developed for: add effects to websites, drop down menus, slide shows, manipulating objects in the website, handle forms, and many more.
3.- The uncompressed version jQuery can be modified easily by the developer, and the minified version has all the comments related to the code in jQuery.
- jQuery is a library that makes it easier to build JavaScript webpages.
- We do not need to write all the code ourselves, it also deals with the different browsers.
- Minified saves space, and unconmpressed contains information that programmers use to understand the code.
1. What is jQuery?
jQuery is one of the most popular Javascript libraries used by many of the biggest companies
2. How does it help us as developers?
It help developers by giving them the ability to do powerful things with Javascript using only a few lines of code
3. Why do we have 2 version of jQuery - minified and uncompressed?
The main reason is due to the uncompressed version having comments and made very easy to read and understanding which is good if you are using it as a reference but the minified version, which only contains the code part, is much smaller and is used when users adds it to the project because it takes less computing to load and takes less space.
1. What is jQuery?
It is a free javascript library.
2. How does it help us as developers?
Enables us to write more with less code, and also makes cross browser compatibility easy.
3. Why do we have 2 version of jQuery - minified and uncompressed?
The minified is to load for your webpage, the uncompressed is for humans to understand and modify.
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-> With jQuery you can write powerful JavaScript apps using fewer lines of code. * jQuery is great for things like animations, Ajax requests, DOM manipulation, image effects, and user interface elements.
3-> at the time of writing the uncompressed version is handy to use but when the program is placed at the webserver the minified version is best to use online
- What is jQuery?
jQuery is a library built with Javascript that makes easier and quicker to build using javascript. - How does it help us as developers?
It shorten the length of code needed to build a projects that are compatible with the various internet browsers. - Why do we have 2 version of jQuery - minified and uncompressed?
Minifield- is w/o the white spaces and comments and easier to store on my site making it easier for visitors to download when the find my site.
Uncompressed- has all of the comments, white spaces and is easier to read & modify.
-
jQuery is a popular, free JavaScript library, used on many main stream websites. It comes as a single .js file that is quicker and easier to build JavaScript web-pages and web app.
-
Using jQuery as developers allows for ease of work load. Itās predetermined code and documentation allows easy implementation of adding functionality to websites, and across browsers, while using fewer lines of code.
-
Two versions of jQuery is available, the larger version ensures readability and the other is for itsā quick download and user friendly ability.
-
What is jQuery?
It is a library to helps us to build a webpage or web app in a easier way , and let us code in a single line to achieve it,what probrably take us 10 -20 lines code. -
How does it help us as developers?
It is tool to make faster the job and give us more time to focus only in the hardest part of code -
Why do we have 2 version of jQuery - minified and uncompressed?
basically the difference is the size the uncomprosses is perfect to work with it (size 160kb) and minified is only 23kb but this size is better to place it into our site and visitor can download faster.
- jQuery is a library with many predefined functions for (and written in) JavaScript.
- It can be used to change the appearance of your website, make us of forms and generally spoken let the site be more interactive.
- There are two versions because we should know what every function is doing. That is commented in the uncompressed version which should be used when producing the website and the minified version should be used for the final website because it is a lot smaller in size and therefore can be loaded much more quickly.
- What is jQuery?
Ans: jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps. - How does it help us as developers?
Ans: It enables us to write less code and get more done at the same time. - Why do we have 2 version of jQuery - minified and uncompressed?
Ans: So we can pick one depending on what we need. The Minified.js file is the version youāll want to place on your site, as itās much quicker for visitors to download. It has all comments, whitespace, and other unnecessary characters removed from the file, squeezing the whole library into a mere 23kb. The uncompressed.js file is easy to read and modify, but itās around 160kb in size.
- JQuery is a javascript library that makes it easier to build javascript websites and apps. It is essentially a library of prewritten codes that can be placed in your own program. Lego blocks
- It allows us to shorten the programming process. you can use one line of code to write something that would take 10-20 lines of actual javascript to write on your own.
- Uncrompressed is easier to read, but it is a larger file. you can use the uncrompressed to find the function id of the program you need and then use the minified to reference the function in your actual program. minified removes all unnecessary components and comments. this is the file that should be referenced in programming to allow for faster load times.
-
JQuery is a free JavaScript library.
-
JQuery helps developers easily add cool features to their applications.
-
We have two versions of JQuery because it gives us the ability to use the uncompressed. js file for coding purposes and the minified. js file so our applications run faster for the end user.
-
jQuery is a free JavaScript library that is also the most popular. jQuery makes it quicker and easier to build JavaScript webpages and web apps
-
Often with jQuery you can write a single line of code the achieve what would have take 10-20 lines of regular JavaScript code. For developers, it is great for: Adding animated effects to elements, Making XML(Ajax) requests, Manipulating the DOM, Creating image slideshow, Making drop-down menus, Creating drag-and-drop interfaces and Adding power to forms. jQuery also makes it easier to write JavaScript that works on many different browsers such as Safari, IE and Firefox
-
The uncompressed.js file is easy to read and modify but is large in size (around 160kb). The minified.js file has all the comments, whitespaces and other unnecessary characters removes from the file, hence just a mere 23kb in size. Although you canāt easily read the code, this is the version you will want to place your site, as its quicker for visitors to download
- jQuery is a free library where programmer can take functions
- Itās useful for saving time
- The heavier is for the using of the code, the lighter is for share the code to others developers
-
JQuery is a JS library that includes a lot of reusable code. Instead of writing all these functions yourself, this simplifies the process of building your JS webpage/webapps.
-
Instead of reinventing the wheel and writing all the functions yourself, you can just import this library and utilize the functions written by the developers whos contributed to this open source lib.
-
The minified is a lightweight version of the library. Favorably used in production as its faster (smaller in size). The uncompressed version is easier to read, maintain and modify yourself and can be used for learning, testing and understand. This is favorable to use while in dev/test phase.
1- JQuery is an open-source Javascript library that makes it easier and faster for developers to build webpages and web apps
2- JQuery allows the following:
- Ā« add animated effects to elements on webpages - make XML (Ajax) requests (request of data from a server without reloading the webpage) - rearrange/manipulate DOM - create slideshows - make drop-down menus - create drag and drop interfaces - add power to forms - make the codes run across browsers Ā»
3- * minified .js file - > condensed version of JQuery that is added to JS code/webpage; not as readable as the uncompressed .js file- this version allows webpages to download faster - * uncompressed .js file -> JQuery version that includes comments and indentations - can be read by developers but also heavier
-
Is a library that we can download and put in our programs.
-
Because it makes our lives easier, and our programs cooler.
-
we have two versions because one is uncompressed and full of āunnecessary thingsā, and then lighter version that has none of the unncessary things therefor is lighter and it allows our program to run faster.