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 normally not included in a cloned copy? : jQuery Mobile
How to find grand children in of an element?
Differentiate between jquery.size and jquery.length? : jQuery Mobile
Explain some of the key concepts of good code organization patterns.
Do you know what is the use of jquery.data()?
What are different type of selector in jQuery?
What is a cdn? What are the advantages of using cdn?
How to include jQuery in ASP.Net project?
What is the use jQuery.data method?
How to validate phone number using jquery?
How to use jquery library in our asp.net project?
Write the code to define a requirejs module with its dependencies.
How we can remove an attribute of an html tag in jquery?
What is method chaining in jquery?
How can we debug jQuery?