-
What is jQuery?
jQuery is a library of javascript functions that is open source and can be used to help create your own websites -
How does it help us as developers?
It helps to reduce the time taken to create a website as we can use functions from the JQuery library instead of writing them from scratch -
Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed version contains comments and white space to help readability if you want to understand what the functions do. The minified version contains purely code and is much smaller in size which is more beneficial to use in a website as it will be faster to load.
- What is jQuery?
jQuery is a library 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 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?
Because the uncompressed .js file is easy to read and modify, but itâs too bigger in size. So you need a version (minified) to place on your site that is more smaller in size and much more quicker for visitors to download, although you canât easily read the code, because all comments, whitespace, and other unnecessary characters was removed from the file.
-
What is jQuery?
jQuery is a library that helps us, as programmers to work easier and quicker building JavaScript web(sites/apps). -
How does it help us as developers?
Bringing us all the main used codes to work efficiently -
Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed are easy to modify and read
The minified includes all comments and other unnecessary characters removed from the file
-
jQuery is a free JavaScript library that makes it quicker and easier to build JavaScript webpages and web apps.
-
It helps us save time! 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 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.
jQuery is itself written in JavaScript, and comes in the form of a single .js file that you link to from you webpage. Your JavaScript code then accesses the library by calling various jQuery functions. -
By adding animated effects to elements, making XML (Ajax) requests additional data from the Web server without having to reload the page, manipulating the DOM, creating image slideshows, making drop-down menus, drag-and-drop interfaces and adding power to forms.
-
Uncompressed .js file is easy to read and modify, but itsâ around 160kb in size contrary to the minified .js file, only 23kb (faster for visitors), and has all comments, white space, and other unnecessary characters removed from the file, squeezing the whole library, and you canât read easily as per uncompressed.
1.jQuery is a JS library with a lot of functions
2.with jQuery we can write a single line code to save time and space.
3.The uncompressed file easy to read modify and understand jQuery library and the other one for use in real code
-
jQuery is a code library that contains different JavaScript functions .
-
As developers jQuery reduces the time writing code and simplifies the whole website process.
-
We have two versions , because one ( uncompressed ) is easier to read and modify and it is suitable
for developers. The other version ( minified ) is harder to read , but itâs easier to download for visitors.
1: jQuery is a library based on JavaScript that helps developers build more effective and faster code and even with more complexity.
2: It allows you to be able to work on multiple browsers. Also, you can build complex code from another database. Having you save 10-20 lines of code is what jQuery is all about.
3: Uncompressed is easy to read but is very large and the Minified is just the lines of functions and such you need for your website. This allows you to save space in your code but it is hard to read.
- jQuery is a free JavaScript library.
- With jQuery you can write powerful JavaScript apps using fewer lines of code.
- uncompressed file is larger and contains comments and other parts of code which make the file bigger, the minified file is just the necessary code with a much smaller file size which would be better for users when downloading your page
- jQuery is a free JavaScript library
- It helps us as developers because it allows us to use apps from the library instead of recreating your own code. You can use apps using fewer lines of code.
- The uncompressed version is easy to read and modify, while the minified version is faster for visitors to download.
-
What is jQuery?
jQuery is a free-to-use and download JavaScript library. -
How does it help us as developers?
jQuery helps to build webpages using JavaScript quickly and effectively. With jQuery it is easy to create powerful JavaScript apps and various effects, such as:
a) fading in/out, expanding/contracting, sliding in/out,
b) making Ajax requests,
c) traversing the DOM,
d) drop-down menus and dragndrop interfaces,
e) slideshows,
f) input form validation.
Last but not least, jQuery ensures cross-browser compatibility, which saves our time and efforts. -
Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed jQuery is full-size library of 162kb(at the time of writing), which is easy to read and modify. Instead minified one has all the comments and blank spaces removed from the file, which drastically saves the space (23kb) and is fast to download, although more difficult to read.
1.) Is a JavaScript library which is free to use.
2.) Saves time and code. Makes it possible to solve problems with little code.
3.) minified: unnecessary code is removed. The small file is not very readable but fast to download.
uncompressed: The whole code. Is easier to read, understand, modify. The bigger file is slower to download and not necessary if you want the functionality on your website.
-
What is jQuery?
JQuery is the most used Js library used. -
How does it help us as developers?
It helps us to minimise a work required and at the same time jQuery helps us to deal with different types of browsers. -
Why do we have 2 version of jQuery - minified and uncompressed?
Minified is a smaller file size which is quicker for website visitors to download.
-
jQuery is a free JavaScript library.
-
With jQuery we can write powerful JavaScript apps using fewer lines of code. Itâs great for things like animations, Ajax requests, DOM manipulation, image effects, and user interface elements. It also allows us to easily write cross-browser JavaScript code.
-
The
uncompressed .js
file is easy to read and modify.
Theminified .js
file has all comments, whitespace, and other unnecessary characters removed from the file, lowering its size for visitors to be able to download the website much quicker.
-
jQuery is a popular free JavaScript library.
-
jQuery allows you to simplify what would be 10-20 lines of JavaScript into 1 or 2 lines using the jQuery library.
-
There are two versions, the uncompressed .js file and the minified .js file. The uncompressed file is easy for a developer to read the comments and see how the functions work. The minified version has the whitespace and comments removed so that the file is smaller and therefore loads faster on your websites.
- It is a free JS library.
- write less, easier to develop powerful JS apps.
- The uncompressed one is used fore developers, the lighter one is more for the regular user of the webpage.
-
What is jQuery?
jQuery is a library of pre-written, very useful functions that can be linked from your html file in order to save time and effort on ârecreating the wheelâ where it already exists. -
How does it help us as developers?
Programming efficiency (time and expertise), clean code. -
Why do we have 2 version of jQuery - minified and uncompressed?
Minified is a smaller file and allows for faster code, but it is more difficult to look at the code within the functions, while uncompressed is a much larger file and can slow down the program, but the code within jQuery is more easily accessible.
-
jQuery is a library that gives powerful tools for web development.
-
It helps us by reducing the amount of time we spend writing code. It gives us pre-made tools that we can use for powerful impacts
-
The minified takes less time to download
- ***What is jQuery?***jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
- How does it help us as developers? we can write a code in one line recalling it from jQuery instead of write 20 lines of code and wasting time
-
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.
- What is jQuery?
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.
- How does it help us as developers?
- 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?
Uncompressed is easy to read and modify. Minfied is the version you would want to place on you website since i twill download much quicker.