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 do you disable or enable a form element?
How to disable/enable an element in jquery?
What is the difference between $.map and $.grep in jQuery?
Give a brief idea about jquery mobile? : jQuery Mobile
How to read cookies in jquery?
What to do to select element having a particular class (".selected")? : jquery mobile
How to use migrate jquery plugin if possible? : jquery mobile
Tell me how to use migrate jquery plugin if possible? : jquery mobile
Differentiate between jquery.size and jquery.length? : jQuery Mobile
How to write browser specific code using jQuery?
Difference Between Prop and Attr in jQuery?
How to use transition effects? : jQuery Mobile