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 |
Explain the difference between .js and .min.js? : jquery mobile
Is it possible to use other client side libraries like MooTools, Prototype along with jQuery?
Differentiate between calling stop (true, true) and finish method?
Explain the script build up by jquery?
How can related code be encapsulated? Give example.
How to concatenate two strings using jquery?
What is difference between onload and ready?
Need to add jQuery file in both Master and Content page?
How to call a method inside code-behind using jquery?
What are selectors in jquery? Explain
How can we give face effect in jquery?
What are the methods used to provide effects in jquery?