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 slow selectors in jQuery?
What is the basic requirement to start with the jquery?
Is jQuery is a replacement of JavaScript?
Mention the advantages of cdn? : jQuery Mobile
What is the difference between find and children methods in jquery?
And finally, if you could give one tip to any new budding jquery ui developers, what would it be?
Define .siblings() method in jquery?
How does caching helps and how to use caching in jQuery?
What is the use of queue() in jquery?
Explain the features of jquery mobile? : jquery mobile
What is the jQuery code to select all links inside the paragraph?
Explain .siblings() method in jquery?