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 |
How To Use Ajax In Jquery?
Mention the differences between javascript and jquery.
What is the difference between map and grep function in jquery?
Tell me an example usage of jquery mobile? : jquery mobile
What is difference between $(this) and ‘this’ in jquery?
Explain jquery connect?
How can we apply css in odd childs of parent node using jquery library?
What is the script build up by jQuery?
Explain type paremeter of jquery ajax method?
Explain cdn? : jquery mobile
Why content injected into a page is not enhanced? : jquery mobile
What is jquery.size()? : jquery mobile