-
What is jQuery?
jQuery is a library that makes coding easier by reusing code that someone else made. -
How does it help us as developers?
Developers use jQuery to quickly access features such as animations, slideshows and more. -
Why do we have 2 version of jQuery – minified and uncompressed?
Uncompressed js.file is easy to read and modify. But it’s size is 160kb. While minified js.file is hard to read and difficult to modify. It is smaller size of 23kb though.
- jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
- With jQuery you can write powerful JavaScript apps using fewer lines of code.
- The minified version is very small, quicker to download.
-
What is jQuery?
- pre-written javascript code
-
How does it help us as developers?
- Developers don’t have to spend time creating common code that already exists.
-
Why do we have 2 version of jQuery - minified and uncompressed
- the larger file includes lots of notes to explain what functions n chunks do to help developers
- The smaller file is more lean, w/no notes or unnecessary info, n loads faster for users
- jQuery is a library that makes it quicker and easier to build JS webpages and web apps. You can write one line of code instead of writing 10-20 lines by not using jQuery.
- jQuery makes it easy to write powerful JS apps and create aesthetically looking animated effects. It can be used for animated effects for elements, image slideshows, drop-down menus, adding power to forms, etc.
- The uncompressed.js file is the easy to read and modified in size. The minified.js file has all of the comments, whole library, whitespace, and everything else within this file related to JS.
Q.1.What is jQuery?
A.1. It is a library of JavaScripts statements that makes it quicker
and easier to build JavaScript webpages and web apps
Q.2.How does it help us as developers?
a.A single line of code is written to achieve what would have taken 10-20 lines of regular JavaScript code.
b.A JQuery Library file can have all comments, whitespace, and other unnecessary characters removed from the file, into a 23kb file
to be placed on your site, making the webpage much quicker for visitors to download.
c.JQuery is free to download and use, and is dual-licensed under the MIT and GPL licenses.
d.jQuery library has hundreds of jQuery plugins available to add even more power and functionality to your scripts.
Q.3. Why do we have 2 version of jQuery – minified and uncompressed?
a.The uncompressed .js file is easy to read and modify, but it’s around 160kb in size.
b.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.
- What is jQuery?
jQuery is a library written in javaScript which helps us building websites. - How does it help us as developers?
It help us as developers by:
-Adding animated effects to elements.
-Making XML (Ajax) requests.
-Manipulating the [DOM]
-Creating image slideshows.
-Making drop-down menus.
-Creating drag-and-drop interfaces.
-Adding power to forms - Why do we have 2 version of jQuery - minified and uncompressed?
uncompressed is for developers to have it on theirs pc and use it
minified - is compressed version which we add to webpage - it is smaller about 5 times so it downnload much faster by web users.
- JQuery is one of the most popular free JavaScript libraries.
- It allows a faster and easyer development of JavaScript websites and web applications. JQuery avoids having to re-develop something that already exists. It also saves time, as its code is much more compact. And it provides interesting features that will probably work in differente browsers.
- The uncompressed version is easy to read and modify. But the minified version is much faster to access. On the other hand, the uncompressed version is heavier for downloading. And the minified version is difficult to be understood, since it doesn’t have comments or blank spaces.
- jQuery is a Javascript library
- It helps us and allows us to reuse code, and makes it easier to make XML requests, adding animated effects to elements, making drop down menus etc etc
- There are two versions, one uncompressed for documentation and understanding purposes, and the smaller minified version that one should use as it is faster and smaller
What is jQuery?
Query is a library that makes it quicker and easier to build JavaScript webpages and web apps.
How does it help us as developers?
jQuery makes it easy and relatively fast to write powerful JavaScript apps and create eye-catching animated effects
Why do we have 2 version of jQuery - minified and uncompressed?
Uncompressed enables easy readings and modifications of code
Minified removes all comments, whitespace, and other unnecessary characters, which is good for user download at websites
- What is jQuery?
jQuery is a free JS library to write apps with fewer lines of code - How does it help us as developers?
It has many useful functions built into it that we can use to develop our own apps quicker, as well as ensure it works across multiple browsers. - Why do we have 2 version of jQuery – minified and uncompressed?
The minified version has a smaller file size to make it faster for website visitors to download. The uncompressed version is for readability and editing.
-
What is jQuery?
It is a small and fast javascript library. -
How does it help us as developers?
The code we must type gets shorter and more readable with jquery but in tradeoff to complexity. But if one gets familiar with the syntax its easy to understand. -
Why do we have 2 version of jQuery – minified and uncompressed?
in minified version the source code is compressed. which results in faster loading when calling a site due to the fact that scripts must be loaded when rendering a page. minified versions are used for deployment
uncompressed version is for development.
-
What is jQuery?
It is a library of JavaScript code which can be downloaded for free. -
How does it help us as developers?
It enables us to re-us already existing code and helping us to implement animated effects and other things into our browers. In addition it helps to deal with the special coding to run the code on different browsers. -
Why do we have 2 version of jQuery – minified and uncompressed?
The uncompressed file is way larger but contains all comments and is therefore easier to read and modify. The other one contains the pure code without any unnecessary characters. It’s harder to read but should be placed on our site as it’s quicker to download.
-
What is jQuery?
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
jQuery is 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?
Often with jQuery you can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code.
Also, jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects.
Another of jQuery’s strong points is that it makes it easy to write JavaScript that works on many different browsers. -
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. It is useful for developers.
- The minified
.js
file has all comments, whitespace, and other unnecessary characters removed from the file, squeezing the library into 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.
- What is jQuery?
A free javascript library. - How does it help us as developers?
Allows us to build using code that’s already written and will work across many browsers. Saves time and space. - Why do we have 2 version of jQuery - minified and uncompressed?
Uncompressed has comments, whitespace and other characters that have been removed from the minified version, making it easier to read and understand.
1. What is jQuery?
jQuery is the most widely used library of code.
2. How does it help us as developers?
It aids devs in creating interactive cross-browser websites with ease.
. Why do we have 2 versions of jQuery?
The minified version is better for final code since the file is smaller and easier to download from the client’s end. The uncompressed version is better for learning how to use jQuery and write drafts of websites. The uncompressed version is much easier to read and modify as the dev, since it is spaced regularly whereas the minified version’s info is minified to lower the file size.
-
What is jQuery?
a library of JS codes. -
How does it help us as developers?
we can choose out the code we need for our program, and not to bother about how to write it. it tsaves us a great deal of effort. -
Why do we have 2 version of jQuery - minified and uncompressed?
the Uncompressed version is used for documentation and understanding the details of the code. the second version is compressed so it is more ussable.
- jQuery is a free JavaScript library for code.
- You can create powerful websites with less code. You can add animation, chats, slideshow
- jQuery uncompressed uses more data (long loading to the browser) and the minified version has only the code without the comments etc and its faster with page loading
-
What is jQuery?
jQuery is a javascript library that provides numerous options for types of javascript code that accomplish different things. -
How does it help us as developers?
It helps us become more productive by copying code from jQuery instead of writing code from scratch that would produce the same result. -
Why do we have 2 version of jQuery – minified and uncompressed?
uncompressed is easier to read, but is heavy on memory. minified has all the spaces and uncessary characters eliminated for a smaller but more usable jQuery version.
-
Is a library for Javascript
-
Reduces the amount of code to create a dynamic website
-
Uncompressed has all the comments / spaces and is easy to read, but is bigger in size. minified is the file you use on your web app and removes comments etc.
-
What is jQuery?
Probably the most popular free JavaScript library. -
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. -
Why do we have 2 version of jQuery – minified and uncompressed?
The minified version is smaller in size than the uncompressed version. The minified version is the one you’d wanna place on your website which incase would be much quicker for visitors to download.