Why there are two different version of jQuery library?
Answer Posted / 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 |
Post New Answer View All Answers
What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile
How to get/set the html contents of an element using jQuery?
What is the difference between the id selector and class selector in jquery?
What is the method used to define the specific character in place of $ sign?
What is difference between onload and ready?
Why is jquery better than javascript?
What is the difference between size and length of jQuery?
What are the features of jquery used in web applications?
How to create, read and delete cookies with jquery?
Different ways of using $.connect function in jquery?
What is jquery mobile theming? : jquery mobile
What is the advantage of using the minified version of jquery rather than using the conventional one?
How to search for descendant elements that match the specified selectors using ?
What is the basic requirement to start with the jquery?
Difference between prop() and attr()? : jQuery Mobile