-
jQuery is a free JS library
-
fewer lines, more efficient work by revoke already written code
-
Uncompressed is a lot larger files including comments, whitespace and so on. Minified is smaller files which reduces loading times etc.
1 JQuery is a library of functions that helps developers make code faster and easier.
2 JQuery gives us access to create popup menus, drop-down menus, slideshows, manipulate DOM.
3 The uncompressed version is clear and easy to read. The compressed version is without spaces or comments, it is fast and powerful.
- it is a library of functions to make coding faster and easier
2)it allows us to achieve a specific outcome by recalling JQuery and using a line or two of code rather than writing out multiple time-wasting lines
3)uncompressed is good for the developer to read and modify. the minified version is best for the actual website as it makes the load times much faster for the user
- JS library
- We can use fewer lines of code using jQuery and it enables easy animation and cross-browser development.
- Uncompressed file has all the comments to help developers understand the functions but minified version is smaller and therefore quicker when executed.
- jQuery is a library that makes it easier to build websites and webapps in JavaScript.
- It helps us as developers by minimizing the amount of work we have to do. The things we build become more efficient in how long it takes and the quality of the webpage/webapp.
3a. The minified version is one that takes up less memory but is very hard to read the actual code.
3b. The uncompressed version is a version that has everything including the developerâs comments while also being the easier version of the two to read and modify.
-
JQuery is a free JavaScript library.
-
In case of JQuery it allow us to code the same functionalities using less lines of code.
-
Minified is the version without comments, it is lighter that uncompressed so is good for the browser but hard to read to the coder. Uncompressed is just the opposite.
-
Jquery is a free javascript library that provides complex java script codes for developers to use.
-
It saves time, âwhy try to reinvent the wheelâ? Additionally, the JQuery is cross browser compatible, which helps because different browsers can have different standards which make it so your code can look one way on one browser, but another way on another browser. JQuery automatically, applies the right code for each browser.
-
There are two types: uncompressed
.js
file, and the minified.js
file. The uncompressed version provides more info for the developer, so the developer knows what the code does, however that info can slow down browsers. So the compressed version cuts out the excess info, so that pages load faster.
- What is jQuery? - a JS library.
- How does it help us as developers? - it allows developers to create complex code in just a couple of lines, i.e. simplifying the code. It also provided cross browser consistency.
- Why do we have 2 version of jQuery - minified and uncompressed? - one is for people to read, understand and modify. The other is to provide the functionality with the most efficiency by removing the whitespace, comments, and excess characters.
jQuery is a free JavaScript library.
Yes ist does help. With jQuery you can write powerful JavaScript apps using fewer lines of code.
- 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.
-
jQuery is a javascript library that helps you write code in a single line which would have normally taken 10-20 lines of code.
-
It helps us write code faster
-
The uncompressed is easier to read and easier to modify but its a larger file. The minified has all unnecessary characters removed which makes it harder to read but its a smaller file so its much quicker for visitors to download if you put it on your website.
Hi guys
-
What is jQuery?*
jQuery is a library which we can use for quicker web development.
Microsoft and twitter also use this library. -
How does it help us as developers?
We can built our web quicker. Also we can use something, whatâs already developed.
Donât have to develop a wheel again -
Why do we have 2 version of jQuery - minified and uncompressed?
Uncompressed is better for someone who wants read the code and modify it. But minified
is better for someone who only want use this functions and also have faster loading benefit.
-
Itâs a library that makes it quicker and easier to build JavaScript web pages and web apps.
-
jQuery makes it easy to write JavaScript apps and create animated effects and lets you easily write cross browser JavaScript code.
-
Uncompressed file is easy to read and modify but itâs a very large file and the minified file is a much smaller file which makes this one quicker and easier to download as a user, but the code is not easily read.
- jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
- jQuery makes it easy to write JavaScript apps, in addition to - adding animated effects to elements, making XML(Ajax) requests, manipulating the DOM, creating image slideshows, making drop-down menus, creating drag and drop interfaces, and adding power to forms.
- The uncompressed .js file is easy to read and modify. The minified .js file is smaller, but isnât as easy to read, but is quicker for visitors to you website to download.
1. What is jQuery?
jQuery is one of the most popular and smart libraries which you can find your Needed codes in the best way-written, meaning shorter and quicker.The jQuery Codes themselves are written in javascript and are available in a single form of .js so we can use them by linking to our webpages to form them.and then by calling different jquery functions** **
will be able to access them.
jQuery library comes in 2 forms:
A- uncompressed .js
file
B.minified .js
file
2.How does it help us as developers?
To Avoid reusing the javascript codes we can have them copied from others codes that already been stablished and tested,.therefore all these codes are available in many libaries
3.Why do we have 2 version of jQuery - minified and uncompressed?
the second version minified is small and fast to load and the first version uncompressed is much larger and easier to read and modified
- jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
- jQuery saves time and frees developers from having to ensure that jQuery code will work with all browsers.
- The uncompressed version, which includes spaces (indentation) and comments, is used by developers to help them better understand the functions. The minified version, which has no spaces or comments, is called by the web page because it takes less time to download.
What is jQuery?
jQuery is a free JavaScript library where we can add several functionalities to a website. The best part is that we can do it just by calling them, and using the minimum code necessary
How does it help us as developers?
Since all this âAppsâ have already been written and tested, we free our mind to focus on what is important, what is the goal of a specific webpage. For the remaining animations, drag-drop, forms, ⌠we will just choose the one we like more and implement it.
Why do we have 2 version of jQuery - minified and uncompressed?
Uncompressed version of jQuery has all the detailed information on how each function works, as a guideline from the developer so we can read it and understand it better. The minified version removes all the previous information leaving only the code. It is also lighter, and should be the one used of the website, as loading speed is also improved.
-
What is jQuery?
A library for javascript that allows you to build pages and apps much more easily with pre-built code. -
How does it help us as developers?
Spend less time on commonplace functionalities i.e. login pages -
Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed version is easier to read but takes up more space, so minified (remove whitespace) is applied to code in order to save space.
- jQuery is a free JavaScript library.
- jQuery helps developers to write or reuse powerful code using fewer lines.
- The minified version allows fast loading speed when used on the website. The uncompressed version allows reading and modifying.
- jQuery is a precompiled library of javascript functions.
- As a developer you can add the jQuery file to your website and call any of the functions from jQuery without having to write the functions yourself.
- There are 2 versions of jQuery, the first is what I consider the âfull versionâ uncompressed .js file. This contains all the code, comments and formatting so you can read the functions and see how they work. The second version is the minified .js file, this is a smaller version of the file ideal for hosting on webpages as it still contains all the code and functions but has had all the visual formatting, comments etc removed to save on space.
jQuery is by far the most popular JavaScript library in use today. With jQuery you can write a single line of code to achieve what would have taken 10-20 lines of JavaScript code. jQuery comes in the two formats because one format (the uncompressed.js file) is easy to read and modify but it is a big file while the minified.js file has all comments, white space and other unnecessary characters removed from the file.
2021-05-03T21:05:00Z