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
Tell me how to check data type of any variable in jquery? : jquery mobile
Explain various methods to make ajax request in jquery? : jquery mobile
How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile
How can events be prevented from stopping to work after an ajax request?
What is the difference between the id selector and class selector in jquery?
What is the use of delegate() method in jquery?
Write a code for the implementation of a module pattern.
What is parent() in jquery?
What are selectors in jquery? : jQuery Mobile
Explain which program is useful for testing jquery?
How do you disable or enable a form element?
Is Uncaught TypeError: $(…).modal not a function jquery?
Explain .empty() vs .remove() vs .detach().
How We Can Write Code Specific To Browser In Jquery?
Why is not dom ready working for jquery mobile? : jquery mobile