- jQuery is a collection of programs that can be borrowed for free.
- The programs function parts of code that are often use across programs so it saves work for the developer.
- the minified version of jQuery is quicker to load on your site
-
JQuery is a free Javascript library, in fact the most popular.
-
JQuery makes it easier and quicker for us developers to make web pages and apps. It has a lot of functionality written in less code, this could be done with own written code, but it would take much more effort and time, as the article says, âWhy reinvent the wheel?â.
-
The library comes in two forms or versions, minified and uncompressed, the first one 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.
The other one is the bigger in size,but is easy to read and modify.
1. What is jQuery?
jQuery is a library of proven javascript code.
2. How does it help us as developers?
jQuery helps by providing a repository of code that can be re-used in a given project.
3. Why do we have 2 versions of jQuery â minified and uncompressed?
There are 2 versions of jQuery because the uncompressed version is human-readable and is used to edit the code to the developerâs desire. The minified version is compressed to maximize browser performance.
- jQuery is the most popular JavaScript library of functions for free download.
- It helps minimizing the time required to program powerful JavaScript app as fewer lines of code are needed.
- Minified version has small file size as it contains only the necessary codes and therefore for faster download; Uncompressed version includes the necessary codes and all comments and whitespace, etc. and therefore easier to read and to modify.
-
What is jQuery?
Library used to make webpages and webapps -
How does it help us as developers?
Saves time and occupies less space -
Why do we have 2 version of jQuery â minified and uncompressed?
Uncompressed is easier to read and modify
Minified-all spaces and unnecessary components removed so file size is smaller and can be quickly download
-
What is jQuery?
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. -
How does it help us as developers?
It is free, open-source software using the permissive MIT License.
jQuery also provides capabilities for developers to create plug-ins on top of the JavaScript library. This enables developers to create abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets. The modular approach to the jQuery library allows the creation of powerful dynamic web pages and Web applications. -
Why do we have 2 version of jQuery - minified and uncompressed?
Uncompressed is the readable format for jQuery with spaces and line breaks, making it a lot easier for you to read and get a better understanding of the framework. The compressed version, removes the spaces and line breaks, so the benefit here is that you get a reduced file size but it is not as readable to humans.
- It is one of the most popular JS libraries.
- Saves time, reduces the amount of code, while allowing us to achieve complex program solutions.
- In order to make an internet page faster, we use minified version (23 kB)
Questions:
. It allows for shortening code by turning multiple lines into a single line so web pages can be built more easily.
. Web pages can be changed just by changing a small amount of code and the code becomes more readable.
. There is a larger file where it is easier to read and edit code but the smaller file is quicker to download.
1. What is jQuery?
jQuery is a library that allows you to make JavaScript apps while using fewer lines of code.
2. How does it help us as developers?
jQuery is built on shorter, simpler code and because of its simple syntax and open coding standards, developers can shorten the time it takes to deploy an application or site.
3. Why do we have 2 versions of jQuery â minified and uncompressed?
The uncompressed file is easier to read but larger in size. The minified file takes up less storage but is easier to download.
1.jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps.
2 jquery helps maintain ease of use and readability, especially with working with the DOM and maintaining compatability with different browsers.
3.The uncompressed version is readable and maintanable, The minified version is as small as possible to allow for the script to load faster on pages
-
A library that makes it quicker and easier to build JavaScript webpages and web apps.
-
It lets them âinvokeâ many lines of codes writing just one
3.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.
[quote=âivan, post:1, topic:3114â]
-
What is jQuery?
-
jQuery is a free JavaScript library.
-
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.
-
Adding animated effects to elements. jQuery lets you easily add effects such as fading in/out, sliding in/out, and expanding/contracting.
-
Making XML (Ajax) requests. These use JavaScript to request additional data from the Web server without having to reload the page.
-
**Manipulating the [DOM]
-
Why do we have 2 version of jQuery -
The uncompressed version is easy to read and modify but is bigger in size while the minified version is small and quick but less verbose
-
What is jQuery?
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps. The code resides in a single .js file. - How does it help us as developers?
- lets you easily add effects such as fading in/out, sliding in/out, and expanding/contracting.
- 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?
To safe disk space when needed.
[quote=âivan, post:1, topic:3114â]
-
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?
It helps developers because that way they dont have to write their own JavaScript code for every functionallity, they donât have to reinvent the wheel. -
Why do we have 2 version of jQuery - minified and uncompressed?
You want to have the library in your webpage, but the uncompressed version could be to large for visitors to download, so a smaller sized, quicker version- minified- is available.
-
What is jQuery?
is a library that makes it quicker and easier to build JavaScript webpages and apps -
How does it help us as developers?
it saves time for developers while building webpages and apps since it links to his required functionalities. -
Why do we have 2 version of jQuery - minified and uncompressed?
uncompressed is for documentation, easy to read, modify and writing.
minified is needed to upload it on your site for users to quickly download it.
-
jQuery is a library that makes it faster and easier to build Javascript pages and apps.
-
jQuery helps us as developers because you can save time and write a single line of code to achieve something that would take 10-20 lines of Javascript.
-
The uncompressed jQuery file is easy to read and modify, and the minified one has all of the comments, whitespace and other unnecessary characters removed from the while which makes it load faster.
- 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?
You can re-use otherâs people codes and 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 uncompressed version allows us to read and understand the code and the minified version is the one we have to use because itâs faster and it has a smaller size
1.It is a library that makes it easier and quicker to write code with less typing. You are using previously used code.
2.It helps developers create more dynamic pages without typing the full code.
3.The minified version is for visitors to download but not easy to read and its a smaller file size.
The uncompressed version has a larger size and easy to read and modify.
-
What is jQuery?
jQuery is an open-source JS library you can use FastTrack you Javascript development process -
How does it help us as developers?
You can call JS common tasks from the library, using single line codes to make it easier and faster to write your program by using code that has been written already. -
Why do we have 2 versions of jQuery â minified and uncompressed?
Both have all the programming or code, but only one has all the comments included, which makes the file much bigger and takes longer to download to the clientâs web browser. The web browser only needs the code and not all the comments, so you could use the smaller one when you are done programming.
-
What is jQuery?
The by far most popular JavaScript library in use today. -
How does it help us as developers?
Making it quicker and easier to build powerful JavaScript webpages and web apps and create eye-catching animated effects rivalling those of Flash movies.
[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 great for: 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âŚ
jQuery also makes it easy to write JavaScript that works on many different browsers. -
Why do we have 2 versions of jQuery - minified and uncompressed?
- Uncompressed .js file to be easy to read and modify. About 160kb in size.
- Minified .js file for visitors of our webs to download it much quicker. 23kb in size.