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 |
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
Why we need jquery mobile? : jquery mobile
What is the difference between settimeout() and setinterval() methods?
What is the latest version of jquery?
What are selectors in jquery?
What is the use of clone method in jQuery?
Differences Between jQuery .bind() and .live()?
What are the features of jquery used in web applications?
Which program is useful for testing jQuery?
What are the slow selectors in jquery? : jquery mobile
What is jquery connect and how to use it?
What are the effects methods used in jquery?