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 write a jquery code to select all links inside the paragraph?
Please tell us that is jquery knockkout intended to compete with jquery or prototype or work with it?
What is the latest version of jquery?
What is the difference between jquery's ready and holdready?
Explain which program is useful for testing jquery?
How to give face effect in jquery?
How to load jQuery from CDN?
What is chaining in jQuery?
How can we add change font size using jquery?
How to check/uncheck an input in jquery?
Is it possible to hold or delay document.ready execution for sometime?
What are the difference between empty(), remove() and detach() functions in jquery?