Why there are two different version of jQuery library?
Answer / chaitanya
jQuery library comes in 2 different versions.
Development
Production/Deployment
The development version is quite useful at development time as jQuery is open source and if you want to change something then you can make those changes in development version. But the deployment version is minified version or compressed version so it is impossible to make changes in it. Because it is compressed, so its size is very less than the production version which affects the page load time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the features of jQuery, has been used in web applications?
What were the biggest challenges of getting the 1.7 release out there?
Define cdn in jquery?
Is Uncaught TypeError: $(…).modal not a function jquery?
What is the method used to define the specific character in place of $ sign?
Write the code to define a requirejs module with its dependencies.
Is it possible that jquery html work for both html and xml document?
How can you use array with jquery?
Explain the difference between jquery.size() and jquery.length?
What features of jquery, has been used in web applications?
Explain source maps in jquery? : jquery mobile
How we can check if an element is empty or not using jquery?