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 different ways of using $.connect function in jquery?
Tell me do I need to add the jquery file both at the master page and content page as well?
What are the basic selectors in jQuery?
What is a use of jquery filter?
What are the various ajax functions?
Explain deferred and promise object in jquery? : jquery mobile
What is chaining in jQuery?
Why jQuery is better than JavaScript?
Which are the popular jQuery CDN? and what is the advantage of using CDN?
How to disable/enable an element with jQuery?
How JavaScript and jQuery are different?
Define "beforesend(xhr)" paremeter of jquery ajax method?