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 the difference between $(window).load and $(document).ready?
Is it possible that jquery html work for both html and xml document?
Explain cdn in jquery?
What is normally not included in a cloned copy? : jQuery Mobile
Why is only the first page of multi page document loaded? : jquery mobile
What is the jQuery code to select all links inside the paragraph?
Whether jQuery HTML work for both HTML and XML documents?
Why do we use jquery? : jquery mobile
How to find all sibling elements in front of the current element using ?
How to programmatically trigger a click event thats being handled by jquery only?
What are the differences between size and length in jquery?
Explain bind() vs live() vs delegate() methods.
What methods used to provide effects?
How to find all sibling elements after the current element using ?
Whether C# code behind can be called from jQuery?