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 |
Differences Between jQuery .bind() and .live()?
What the use of $ symbol in jquery.
Define all the ways to include jquery in a page?
Define jquery filter?
How to search for descendant elements that match the specified selectors using ?
How can we apply css in last child of parent using jquery library?
What is the use of jquery .each() function?
What are the the two types of cdns?
Tell me how to write browser specific code using jquery? : jquery mobile
Explain all the ways to include jquery in a page?
Can there be more than one ready function in jquery?
When can jquery be used?