-
It is a free library of JavaScript code, defining many useful functions.
-
It enables us to reuse code for common tasks so we don’t have to write the code ourselves.
-
The uncompressed version is complete with all the documentation, spaces and empty lines. It is useful if you want to study the code. The minified version has all comments and unnecessary spaces removed, making it significantly smaller.
- jQuery contains codes that you can easily use in a program by calling uppon them.
- It shows how different options are coded, is good useable in different browsers and it costs less time to finish a program with it.
- The uncompressed version is to read the code and understand how it works, the size however is bigger than the minfied version which makes the minified version better for the app/site for speed.
-
jQuery is a free library based on javascript ( comes in the form of a single “js” file) so that programmers can re-use the code to build their webpage and/or apps.
-
It makes it easier and quicker to built javascript based websites and apps ( using fewer lines of code, is great for things like animations, Ajax requests, DOM manipulation, image effects, and user interface elements, lets you easily write cross-browser javascript code).
-
The uncompressed version (160kb) is easier to read and modify which makes it better to use while developing. The minified version is the version you want to use in production since the file is way smaller (23kb) and therefore quicker for visitors to download.
-
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
-
it allows us to achieve in one line of code something that could take 10-20 lines without the library to achieve
-
uncompressed is easier to read and modify, where as minified has all the comments and unnecessary space removed which makes the file smaller and quicker to download.
- What is jQuery? jQuery is a library written in Javascript that makes it quicker and easier to build JavaScript webpages and web apps
- How does it help us as developers? * 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.
- jQuery lets you easily write cross-browser JavaScript code.
- ***Why do we have 2 version of jQuery – minified and uncompressed? minified is smaller and easier to download but harder to read and uncompressed is easy to read, more complete, but bigger in size.
- jQuery is a library for web development
- We can use function inside the library to make animations, make requests, …
- 1st version for reader and 2nd version put inside the web
-
What is jQuery?
jQuery is a large library full of pre-made code by other developers their motto is write less do more.
some of the code is so short that if you would do it yourself you would make it in 10-20 lines. -
How does it help us as developers?
It helps us do more in less time. and makes code faster in just less time. making it super convenient. -
Why do we have 2 version of jQuery - minified and uncompressed?
-
Minified
Comes in a super small size that is easy to upload and doesn’t come with any comments. this code isn’t very readable but its easier for people to download from your page -
Uncompressed
Comes in bigger file size and is very readable because it still had all of the comments and is ready to be modified for your own needs and your own version of the code.
- What is jQuery?
- a library that makes it quicker and easier to build JavaScript webpages and web apps
- jQuery is itself written in JavaScript, and comes in the form of a single
.js
file that you link to from your webpage. Your JavaScript code then accesses the library by calling various jQuery functions
- How does it help us as developers?
- quicker and easier to build JavaScript webpages and web apps
- easy to write JavaScript that works on many different browsers
- Why do we have 2 version of jQuery - minified and uncompressed?
- uncompressed.js` file is easy to read and modify, allowing for the one taking over to know the code and usage with ease.
- the minified.js file version is what you’ll want to place on your site, as it’s much quicker for visitors to download
- jQuery is a JavaScript library with many functions to simplify JavaScript development
- jQuery helps us as developers because we are able to access a wide variety of functions in a single line of code allowing developers to create complex projects.
- We have two versions of jQuery because the uncompressed file is for developers to easily read and modify while the minified is hard to read code but is much faster for visitors to a webpage to download.
- jQuery is a library that helps developers code faster by using commonly used functions instead of having to rewrite code.
- It helps developers by providing a comprehensive list of commonly used functions. This saves developers time and lets them focus on core elements of the project rather than rewriting functions that have been performed plenty of times in the past.
- The uncompressed version is for developers, but the minified version has all unneeded space removed for a much smaller file size. The minified version is preferred for websites since it’s a smaller site for visitors to download.
What is jQuery?
jQuery is a scripting library that hold many basic functions of modern websites.
How does it help us as developers?
It helps developers add practical aesthetic to client side web pages, without having to spend hours redeveloping the code on their own.
Why do we have 2 version of jQuery – minified and uncompressed?
We have to versions of jQuery because sometimes a developer needs to access a particular function in the (uncompressed) jQuery library. While the compressed version is better suited practically when users call the webpage.
- jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
- It helps us as a developer, because we can reuse codes that are already in the library without have rewrite everything from beginning again.
- There are two version of jQuery:
- Uncompress is easy for us to read and modify, however it has 160 Kb.
- minified is the second one, this is the most recommended one because it is quicker for visitors to download. This one has all comments, whitespace and unnecessary codes removed.
1 - What is JQuery?
JQ helps you write less and do more. It accomplishes this by linking to a JQ.js file and calling the appropriate JQ functions.
2 - How does it help us developers?
It saves us a lot of time, by not having to write a function from scratch. We just use the functions stored in JQ.
3 - Why two versions?
a - Uncompressed version has all the comment, and the code is easily read and understood. However the file is large.
b - Minified version, have all the comments and white spaces removed. It only has the actual code with no explanation. This is the version you’d want to use in your website. It’s small file and loads quickly.
1- Is a free JavaScript library, ready to use.
2- Make the coding process of apps and webs easier and quicker.
3- The uncompressed.js file is a “full” version easy to read and modify, but is a heavy one file (160kb).
The minified.js file has all comments, whitespace and other unnecessary characters removed, and that makes it lighter and faster to download.
-
What is jQuery?
jQuery is a free JavaScript library. -
How does it help us as developers?
It helps developers by allowing to write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code. It makes it quicker and easier to build JavaScript webpages and web apps. -
Why do we have 2 version of jQuery – minified and uncompressed?
Uncompressed is easy to read and modify, but it’s around 160kb in size
Minified has all comments, whitespace, and other unnecessary characters removed from the file, squeezing the whole library into 23kb which makes it easier for visitors to download but can’t easily be read.
-
What is jQuery?
jQuery is a JS library that makes it much easier to use JavaScript on our websites. -
How does it help us as developers?
It helps us by offering us a wide variety of library plugins that we can use to add functionality to our websites. jQuery also adds compatibility across different browsers, making it easier to take care of that aspect when writing our code. -
Why do we have 2 version of jQuery – minified and uncompressed?
Because they each offer different features. The ‘uncompressed .js file’ it’s easy to read and modify but it’s larger in size. The ‘minified .js’ file is a shorter version of jQuery so it’s better for placing it on our sites for visitors to download.
1. What is jQuery?
It is a Javascript library, containing Javascript functions, and is used for mostly adding complex animations and styling to your website.
2. How does it help us as developers?
Most complex animations such as fading of an HTML element in and out or slideshows have already been encountered by web developers and have been put in JQuery for other developer to re-use.
Therefore, JQuery helps developers in that they don’t have to re-invent the wheel and write their own code for say an animation or a slide show; they can just use JQuery.
3. Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed version contains spaces and is well commented while the minified version has all spaces and comments eliminated to save space.
These uncompressed version makes it easier for loading on websites that are built using JQuery.
-
What is jQuery?
-is a free Javascript coding Library -
How does it help us as developers?
- you can write powerful and eloquent applications while using fewer lines of code.
- Why do we have 2 version of jQuery - minified and uncompressed?
- uncompressed is easier to read and augment but its larger than minified.
- minified has all unnecessary characters removed. This is not easily read but this is the version us what you want use on your site. It much easier for visitors to download.
- jQuery is a javascript library that helps developers build JS apps fast and easily.
- It helps developers by providing functions that are used frequently in JS projects such as slideshows pop-up and drop-down menus.
- The uncompressed form of jQuery is easier to read and use but has a larger size than the minified version which has been squeezed to remove all unnecessary characters to occupy only about 23kb on your JS app.
-
What is jQuery?
jQuery is a JS Library; it is the most popular JS library that is even used by Google, Facebook and alike. -
How does it help us as developers?
jQuery helps us as developers to beautify our websites. It helps add dynamicity to the website which makes the UX easier and makes it optically more pleasant. -
Why do we have 2 version of jQuery - minified and uncompressed?
We have 2 versions of jQuery because of file size. On our website we should use the minified version because it will load faster for the client, but use the uncompressed version as a reference to call the functions names.