- it is a library of js code available for free to the public. it is compatible with different browsers.
- it allows us to accomplish coding faster by using snippets of already developed code for our project.
- minified is a small file which loads fast and is to be used for live websites. the uncompressed version is for getting to know the code, reading the comments, and is more for the development stage.
1. What is jQuery?
jQuery 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?
ā¦ 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 free javascript library that allows you to write powerful and creative Javascript apps with very few lines of codes.
- It allows us to write powerful coding using very few lines. It saves us time so that we donāt have to write the code from scratch.
- uncompressed jQuery is easy to read and and modify due to comments and unnecessary characters that make it easy to understand. It is however approximately 160 kbs. minified jQuery is only about 23 kbs in size because it does not include all the comments and unnecessary characters are not included.
- jQuery is a free JavaScript library
- With jQuery you can write powerful JavaScript apps using fewer lines of codeā¦ prevents us from having to re-invent stuff
- The minified version is alot smaller for when you trying to optimise load times
1. What is jQuery?
jQuery is a popular javascript library that is used by many big companies websites including Microsoft and Twitter.2. How does it help us as developers?
This helps us as developers by allowing us to access a huge amount of pre-writtent code for thing we may wish to do on our own website. We can just write 1 line of code that uses a jQuery function rather thank 20 of our own lines. It also aids with multi browser support.3. Why do we have 2 version of jQuery - minified and uncompressed?
There is a small and large version. The large version contains all of the comments and spacing and is easy to read. The smaller version is best for website use as it is condensed to 26kb and enables quicker user download.-
What is jQuery?
-
How does it help us as developers?
-
Why do we have 2 version of jQuery - minified and uncompressed?
-
The most used library in javascript with the most used functions in common website that you can just take for free and donāt have to rewrite.
-
You can do with 1 line of code what normally would take 20 or more and won;t have to deal with al the possible bugs you can write in those 20 lines. It will work for sure, no matter what browser anyone will use.
-
one readable with comments and all, but which is bulky and takes long to load and one with only the functionality is easy to load and therefor usable, but is hard to read.
What is jQuery?
jQuery is a library containing the most commonly used functions for webpage design.
How does it help us as developers?
Developers can write 90%-95% less code by calling jQuery functions as opposed to writing their own JavaScript code by using jQuery.
Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed jQuery file is easy to read and modify, but is larger in size, and thus require more time to download. The minified removes all comments and whitespace to reduce file size, so visitors can download the file more quickly.
- jQuery is a free library source of code that can be used to streamline strings of code for your website.
- You can use it to make the code in your work more efficient, easier to build apps and run features.
- minified is a compressed version, with various characters removed, its easier for integrating with the website but harder to read, uncompressed is the opposite and has all the characters, easier to read and is slightly larger (160kb)
1. jQuery is a library of JavaScript code. This code was previously written and used by a developer to produce a variety of uses mostly in HTML web development. The developer or developers who originally wrote the onerous code are willing to share their product. jQuery is a boon for its time saving and concise simplicity. It is a free and open source software.
2. jQuery is a tool to help developers become more productive. Especially when a large volume of code is necessary to produce an application. More than likely someone has written the code already and it is available on jQuery. jQuery is licensed for public use and the appropriate file can be easily linked . Therefore the entire volume of the code does not have to appear in your program. Often the link can be handled with only one line.
3. In jQuery the developer has the option to use it in two ways. The uncompressed.js file or the minified.js file. Here is where the volume of the code can be limited based on the preference of the developer. The uncompressed.js code is the full size version with the entire code that loads more slowly for the end user. The minified.js code is basically the opposite version of the uncompressed and is a more efficient time/space saver for the developer and loads faster for the end user.
-
jQuery is a library that makes it quicker and easier to build javascript web pages and web apps.
2.jQuery makes it easy to write powerful javascript apps and create aye-catching animated effects raveling those of flash movies.
3.minified.js has all comments, whitespace, and other unnecessary characters removed from the file, squeezing the whole file into a mere 23kb. although its hard to read the code, this is the one you want to place on your site. As its much quicker for visitors to download.
uncompressed. js file is easy to read and modify, but its 160kb in size(at the time of writing).
-
JQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
-
Use single line of code that works on different types of browsers.
-
The uncompressed file is easy to read and modify. The minified removes unnecessary characters and is quicker to download.
-
jQuery is a library that makes it faster and easier to build JavaScript web pages and web apps.
-
jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects, you can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code.
-
uncompressed
.js
file is easy to read and modify, but is a bigger file size.minified
.js
file has all comments, whitespace, and other unnecessary characters removed from the file. Although you canāt easily read the code, itās much quicker for visitors to download.
-
What is jQuery?
jQuery is the most popular of JavaScript libraries. Used by Microsoft and Twitter for example. -
How does it help us as developers?
Saves time for creating and testing functions and objects for a particular task.
It takes only to write link for *.js file or copy-paste-ing its content for needed task. -
Why do we have 2 version of jQuery - minified and uncompressed?
Uncopressed is JavaScript file with all comments and authority credentials and it is easy to read.
Minified is without it for app or site faster loading and for use in local server environment.
-
What is jQuery?
A JavaScript Library with helpful functions -
How does it help us as developers?
They donāt need to write code, that is already available -
Why do we have 2 version of jQuery - minified and uncompressed?
uncompressed for easy reading with comments and white spaces
minified for actual usage on the website, for fast user downloads. got rid of white spaces and comments to narrow it down to whats needed.
- jQuery is a library with functionality which makes it easier to incorporate that functionality into your website.
- You donāt need to reinvent the wheel since you use already develloped code.
- Uncompressed is easier to read and modify. The minified version is the one the you incorporate. It is compressed and loads a lot quicker since a lot of information which is not necessary for it to work is omitted.
- What is jQuery?
jQuery is simply an open-source JavaScript Library designed to simplify the client-side scripting of HTML.
- How does it help us as developers?
jQuery allows developers to invoke a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.
- Why do we have 2 version of jQuery - minified and uncompressed?
The minified has removed all of the comments and indention allowing for the fastest loading speed when visiting the website. The uncompressed file is for developers that want to see the functions in a readable manner.
-
What is jQuery?
JQuery is a library that allows quicker and easier building of JavaScript web pages and web apps. -
How does it help us as developers?
JQuery helps us to add animated effects to elements, manipulate the DOM, make drop down menus, create drag and drop interfaces, as well as other tasks. It also apparently adapts the JavaScript code to different browsers. -
Why do we have 2 versions of jQuery - uncompressed and minified?
Uncompressed.js (164 kb) is easier to read and modify, but takes longer for the client to download.
Minified.js (23 kb) is not easily readable, but the client can download it faster.
- What is jQuery?
A library that is full of handy functions.
- How does it help us as developers?
By using jQuery a developer can save a lot of time. Especially jQuery is working on different browser in the same way. So, a developer donāt need to care about the implementation. If writing code on yourself, you need to do!
- Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed version i.e. can be used for a fork. The code is formatted, commented and verbose. The minified version instead is a shorter version. The usecase of it is that when jQuery is implemented into a website, then the code only needs to be functional. That means at this point comments, formatting and those stuff are unnecessarily lines for the compiler. Therefore, they are removed when the code is implemented into a website after the developer finished it.
Cheers
1-What is jQuery?
Jquery is a library mostly used by even the biggest digital companies.
2-How does it help us as developers?
Ä°t makes us adjust DOM, change and add dynamic effects to the elements, and let us use AJAX and be able to request additional information and change the foreground of the site, without refreshing the page. Also it helps the page to keep its form and avoid anomalies when the client side is using different browsers.
3-Why do we have 2 version of jQuery - minified and uncompressed?
The minimum version is 23 kb while the uncompressed version is 160kb. When loading a page, it loads faster if we use the 23 kb version.
- jQuery is a free, popular JavaScript library that can add a lot of functionalities to your website or web app.
- It helps us by saving time from otherwise writing some functions and codes from scratch.
- The uncompressed one can help developers understand the functions in the library. The minified file is what is advisable for use on oneās website to make it easier for users to download.