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 |
Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile
How do you get the text value of a selected option?
Difference between document.ready and window.onload? : jQuery Mobile
How to load jQuery locally when CDN fails?
How to write cookies in jquery?
What is the difference between jquery and javascript?
What is the difference between find and children methods?
What is the use of delay() method in JQuery?
How to increase cursor size in html body using jquery?
How to read, write and delete cookies in jquery?
Is jquery library used for server scripting or client scripting?
Explain the use of the $.fn.bind and $.fn.trigger.