-
What is jQuery?
jQuery is an open-source JavaScript Library designed to simplify the client-side scripting og HTML. -
How does it help us as developers?
jQuery allows developers call methods that accomplish tasks that require a lot more effort to write in JavaScript. -
Why do we have 2 version of jQuery – minified and uncompressed?
The minified version is use to fasten loading speed of a certain website, since it is much lighter. The uncompressed file allows developers to see the functions in a readable manner.
1- JQUERY is the library that makes it quicker and easier to built javaScript webpages and web-applications
2- with JQuery you can write a single line of code to archieve what could have taken 10 or 20 lines of regulars javaScript codes
3- The **minified : ` :is used to fasten loading speed of a certain website, since it’s much lighter
the umcompressed ; it allows developpers to see the functions in a readable manner.
Jquery is library that can be called upon by the console to use a variety of pre-existing code structures to make it easier to build web pages and web apps.
It helps coders to use a wider variety of tasks including animation, dom manipulation, galleries, slide shows and drop down menus.
The uncompressed version is easier to read and modify but it is 160kb.
The minified version is less easier to read due it condensed nature but is only 23kb.
-
jQuery is a library that makes it quicker and easier to build JavaScript webpages and web apps
-
Saves our time- with jQuery you can write a single line of code to achieve what would have taken 10-20 lines of regular JavaScript code
-
Uncompressed is easy to read and modify, but it’s around 160kb in size~0.7MB.
minified.js file is much smaller and 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 web pages and applications.
- Jquery allows builders to write a single line of code rather than the usual 10-20 lines.
- Minified uses less storage and uncompressed is much easier to read.
-
jQuery is a free code library of JavaScript code
-
jQuery allows you to write powerful apps with fewer lines of code by using pieces of code that others have already written and tested.
-
The uncompressed version has notes and comments and white space that make it easier to understand however this makes it a large file. The minified version is a smaller file without the notes and comments and unnecessary white space that is easier and faster to load.
- jQuery is a free JS library
- It helps dev shorten code, manipulate DOM, create animation, dropdown, and form easily.
- Uncompressed version have s, it is easy to read. In case you want to modified the code. But the Minified is removed all the spaces, comment to make the file size much smaller.
1.What is jQuery?
With jQuery, you can write powerful JavaScript apps using fewer lines of code.
2.How does it help us as developers?
It helps us with animations, Ajax requests, DOM manipulation, image effects,
and user interface elements.
3.Why do we have 2 versions of jQuery – minified and uncompressed?
One has no comments and unnecessary things that’s the minified version which is only
23kb but then the uncompressed version has everything and is very easy to read and modify
but it’s 160kb.
-
What is jQuery? It is a library of pre-written JavaScript code/functions.
-
How does it hlep us as developers? These pre-written pieces of code enable developers to quickly implement solutions rather than re-inventing the same code for the same purpose.
-
Why do we have 2 versions of jQuery? Because the larger version comes with comments, white-space, and is easy to read. The ‘minified’ version cuts all that out and is a much smaller file size. To that end, it is the recommended version to implement on a production web site.
-
JQuery is a library which helps us coding.You can
add predefined functions to your code. -
It saves us time and work. We don’t have to write all the stuff that has been written and shared already.
-
The minified version of jQuery is a compressed version. we should use this version unless we want to change and modify it.
-
What is jQuery?
JQuery is a free javascript library. -
How does it help us as developers?
The JQuery library make it easier to add animated effects, slideshows, drop down menus, and more. It also makes it easier to to have your website compatible with multiple browsers. -
Why do we have 2 version of jQuery - minified and uncompressed?
Uncompressed is the easy to read file. Minified is the file you would link to in your website because it is much smaller but it is has comments, whitespace, and other unnecessary characters removed making it more difficult to read.
I do not think my jquery is working
i am using the link “https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js” on vs code and it does not look like it is recognizing the methods
-
JQuery is a libary that helps developers make it quick and easier to build javascript webpages and apps.
-
Instead of writing different blocks of JS Code for each browser.By using JQuery and implementing the appropriate JQuery function ,JQuery will make the code run on different browsers.
3.Minified is compressing the whole libary into 23kb is not easy to read the code but this version makes it quicker for visitors on your website to download.
- Uncompressed the code is easy to read and modify but is around 160kb in size.
-
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?
jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects rivalling those of Flash movies.
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
The minified.js
file has all comments, whitespace, and other unnecessary characters removed from the file, squeezing the whole library into a mere 23kb.
Please make sure to have your Jquery CDN script in your header tag. You could watch the tutorial again and see how it works.
Happy Learning!
-
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?
jQuery helps reducing multiple lines of regular JavaScript code into a single line to achieve the same result. It can also help in solving the incompatibility issues when writing codes for the varied browsers. It also enables developers to write powerful JavaScript apps with eye-catching animated effects besides other useful and great functions -
Why do we have 2 version of jQuery – minified and uncompressed?
Uncompresed.js file version is easy to read and modify but size of about 160kb whereas Minified.js file version of very small size is easily deployed and quicker for users to download.
- jQuery is a widely used javascript library that makes it quicker and easier to build javascript webpages.
- Allows us to compact and simplify our code by using pre-made code which saves time, enhances readability,
- There are two versions of jQuery - Uncompressed for readability and minified for efficiency
-
jQuery is an open sourced Javascript library, designed to give programmers an advantage by providing previously made and simplified code.
-
jQuery provides effective and condensed code supplied by others, therefore very helpful for a developer to save time and unnecessary labor.
-
The uncompressed file is larger and easy to read and modify. The minified file has all comments, whitespace, and other characters removed from the file, making it much smaller.
- jQuery is a popular library of JavaScript functions capable of building apps and webpages quickly.
- It gives us accessibility to functions, compatible across different browsers, to change the appearance and functionality of webpages/app. Ex. Slideshows, Drop down menus, manipulating the DOM, and Image effects.
- Uncompressed version: Easy to read and understand. contains everything. (Mainly for Developers to see)
Minified: Removes all unneeded info (comments, indention, etc) to achieve highest speed when running.
- Jquery is a free library of JavaScript files containing codes and functions.
- It helps us as developers, as we can include the free file in our coding to avoid having to write dozens of lines of code for simple objects or items.
- We have two, so that developers can see the comments etc in one bigger version, but the mini version can be included in our coding to avoid any slow speeds.