-
What is jQuery?
JQuery is a free JavaScript library. It is the most popular JavaScript library in use. -
How does it help us as developers?
JQuery makes it quicker and easier to build JavaScript webpages and web apps -
Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed.js
file is easier to read and modify which makes it better to use while developing. The minified.js
file is the version you want to use in production since the file is way smaller and quicker for visitors to download.
- Jquery Is a free javascript library
- no need to reinvent the wheel, reuse existing code and write fewer lines, lets you create animations, ajax requests, image effects, etc; it also lets you create code compatible to different browsers
- Uncompressed is the complete library with all the spaces, indentation and documentation for easy readibility however it takes more space to download. the minified has exactly same functionality but without the non-executed codes bit, which is the one you want to download in your code for execution.
What is jQuery?
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps. With it you can create apps and eye catching animated effects, animations, Ajax requests, DOM manipulation, image effects, user interface elements and write cross-browser JavaScript code.
How does it help us as developers?
You can do more with less, it gives almost unlimited sources of already made code.
Why do we have 2 version of jQuery - minified and uncompressed?
Because the uncompressed is simpler but take a lot of space, the minified is harder to read but take less space.
1. What is jQuery?
It is a popular JavaScript library which makes it easier to build webpages and apps.
2. How does it help us as developers?
It enables developers having a standard library and not recreating the wheel. The library includes effects that rival flash movies.
3. Why do we have 2 version of jQuery - minified and uncompressed?
The minified version removes all developer comments and it meant for faster webpage loading. The uncompressed version includes comments and is easier to modify if needed.
-
jQuery is a free js library of code that can be referenced.
-
It helps us as developers by saving us the time and space needed to write all code from scratch.
-
The reason there is two versions is because the minified one is harder to read but faster to download making it optimal for your webpage to reference, while the uncompressed is easier to read making it better for developers as we build.
- What is jQuery?
JQuery is a free library that makes it easier for writing program since we can re_use current programs. - How does it help us as developers?
It helps use to re-use existing programs so we gain time and we can focus on other stuff then the coding aspect. It helps us for example to add animated effects or creating slideshows etc⌠- Why do we have 2 version of jQuery - minified and uncompressed?
The uncompressed version is easy to read and modify but is really heavy and long to download.
The minified version is great for a website because we can download it easily! The issue is that it is hard to read the code because it was"compressed".
-
jQuery is a open source library everyone can use.
-
it helps developers to work more efficient because they donât really have to code all of the code and just use some templates in the jQuery library
-
because minified compresses the file to one single line of code to reduce loading time. this compresses your long text based code to a single almost binary line of code.
-
What is jQuery?
It is a public, free javascript library that simplifies the javascript coding experience. -
How does it help us as developers?
It makes it so you donât have to change code based on different browsers and allows coders to use many shortcuts. -
Why do we have 2 version of jQuery - minified and uncompressed?
one is for reading and understanding the other is to download in a form that takes the least amount of space.
- Query is a free JavaScript library, that we use in order to build JavaScript webpages and web apps quicker and easier.
- It helps developers to easily write cross-browser JavaScript code, powerful JavaScript apps using fewer lines of code, instead of writing 10-20 lines of regular JavaScript code.
- In order to choose if we want to use the form which have more details as comments, whitespace and other characters as the uncompressed.js file is which is more easy to read and modify, but is bigger in size or,
a form with less details, as the minified.js file, which is less easy to read, but has less kb and itâs quicker to download.
-
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
-
jQuery has a lot of built in functions such that make it unnecessary for you to write the code as well. It can sometimes compress 10-20 lines of code into one line. It provides many different types of functionality that would otherwise take long to code.
-
The uncompressed version is there so that the user can read it and the minified version is made without any white spaces and is much harder to read but is a lot smaller in file size.
1- jQuery is a javascript based library that helps developers to build javascript apps faster and easily.
2- It has got functions and support for day to day javascript based tasks that we can use easily. By using it we can create slideshows, popup menus, drop down menus, advanced form elements, manipulate DOM and much more easily. Its got plugins that are built for it to achieve extra functionality in your web app.
3- uncompressed is a version to understand it or read it and compressed version that is minified version is to use in web apps coz its smaller in size and it has no comments, spaces or extra stuff that we do not need.
- jQuery is a library of free downloadable JS code.
- It helps developers hugely by allowing quick access to everything needed to create a functional dynamic interactive webpage.
- uncompressed .js is easy to read and manipulate, minified .js is small in size and suitable for webpages
-
jQuery is a free javascript library to implement already-proven-to-work code for different functions/CSS/UIâs/etc that allow programmers to access and use on their own created webpages.
-
Answered above^ lol
-
Minified version of jQuery is what we want to use when we source it on our own webpage because when the user comes to our page, his browser needs to download all the content/code. Sourcing the minified jQuery is exponentially smaller of a file size because it removes all the comments and parts of the written code that donât affect the actual fundamentals of the executing code. Contrarily, the uncompressed version of jQuery includes all of the code, including comments.
-
jQuery is the most popular JavaScript library in use today.
-
jQuery allows developers to write JavaScript using fewer lines of code. jQuery functions also takes care of incompatibilities between different browsers. Moreover it is great for things like AJAX requests (accessing web servers and updating the web page without reloading the page), DOM manipulation, animations, and user interface elements.
-
There are 2 versions of jQuery. The uncompressed version is useful for reading and modifying the library. The minified version is smaller (but same functionality) and therefore much quicker to download by the visitor of the web page.
!. What is jQuery?
Is a library that makes building JavaScript webpages and web apps quicker and easier.
-
How does it help us as developers?
Reduces lines of code required for commonly needed and nice to have tasks, Simplifies writing and maintaining cross-browser code. -
Why do we have 2 version of jQuery - minified and uncompressed?
Minified to save in data transfers from the server to the client. Uncompressed is mainly for the people working on the jQuery library itself.
- jQueary is the most popular javascript library.
- Itâs an extensive library of reusable code, so it helps us make more advanced programs
- We have uncompressed that is easy to read, and minified that is smaller and so more efficient.
âitâs by far the most popular JavaScript library in use todayâ written on february 2010, It could have changed, I do not know for sure but i will continue to inquire about this library.
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
âThe Write Less, Do More JavaScript Libraryâ Cause it 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
One is for us to read and understand and the other is to be uploaded on our app, lighter and shorter but more difficult to read. the last one has all comments, whitespace, and other unnecessary characters removed from the file.
Hey!
- jQuery is a free Javascript library used in several different browsers and webpages.
- jQuery allows us developers to create and build pages based on code that has been previously written for easier implementation of functionality, user interaction, and versatility in webpages.
- We have two versions of jQuery because one is larger and more comprehensive while the other is a smaller size so as to be more easily accessed and used in web development.
jQuery Reading Assignment.
-
jQuery - is a Library that makes it quick and easy to build JavaScript Webpages and Web Apps.
-
It helps developers in the following ways:
- shorten bundle of codes into a single line of code.
- provide a single js.file that links to their webpage.
- provide a free library to download and use.
- provide a dual licenses ( MIT and GPL Licenses).
- provide a JavaScript that works on many different browsers.
- do things like animations, Ajax requests, DOM manipulation, image effects, and user interface elements.
- write cross - browser JavaScript code.
- Reason why you have two versions of jQuery is:
uncompressed .js file is easy to read and modify but slow to download (160kb) whiles minified .js file removes all the comments, whitespaces, and other unnecessary characters from the file which makes it fast to download ( 23kb).
- a free library for developers to use javascript code in their programs. JQuery is written in javaScript and is a .js file.
- it helps developers use functions like animation, slideshows, drop down menus, forms, etc. It saves time, improves productivity and gives the developer more time to write other code, original code.
- The uncompressed version is more readable, but too large to download to a website; the minified version is harder to read but considerable smaller in size.